BTK
0.3dev.0
Open-source library to visualize/process biomechanical data
|
Group together a set of collections of the same type. More...
#include <btkCollectionAssembly.h>
Public Types | |
typedef Collection< T > ::ConstPointer | CollectionConstPointer |
typedef Collection< T >::Pointer | CollectionPointer |
typedef btkSharedPtr< const CollectionAssembly > | ConstPointer |
typedef btkSharedPtr < CollectionAssembly > | Pointer |
Public Types inherited from btk::ProcessObject | |
typedef btkSharedPtr< const ProcessObject > | ConstPointer |
typedef btkSharedPtr < ProcessObject > | Pointer |
Public Types inherited from btk::Object | |
typedef btkSharedPtr< const Object > | ConstPointer |
typedef btkSharedPtr< Object > | Pointer |
Public Member Functions | |
CollectionPointer | GetInput (int idx) |
CollectionPointer | GetOutput () |
void | SetInput (int idx, CollectionPointer input) |
virtual | ~CollectionAssembly () |
Public Member Functions inherited from btk::ProcessObject | |
int | GetInputNumber () const |
int | GetOutputNumber () const |
int | GetValidInputNumber () const |
void | ResetState () |
void | Update () |
Public Member Functions inherited from btk::Object | |
unsigned long int | GetTimestamp () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
CollectionAssembly () | |
virtual void | GenerateData () |
CollectionPointer | GetOutput (int idx) |
virtual DataObject::Pointer | MakeOutput (int idx) |
Protected Member Functions inherited from btk::ProcessObject | |
int | GetInputIndex (DataObject::Pointer input) |
DataObject::Pointer | GetNthInput (int idx) |
DataObject::ConstPointer | GetNthInput (int idx) const |
DataObject::Pointer | GetNthOutput (int idx) |
DataObject::ConstPointer | GetNthOutput (int idx) const |
int | GetOutputIndex (DataObject::Pointer output) |
bool | IsModified () const |
void | Modified () |
ProcessObject () | |
void | SetInputNumber (int num) |
virtual void | SetNthInput (int idx, DataObject::Pointer input) |
virtual void | SetNthOutput (int idx, DataObject::Pointer output) |
void | SetOutputNumber (int num) |
virtual | ~ProcessObject () |
Protected Member Functions inherited from btk::Object | |
Object () | |
Object (const Object &toCopy) | |
virtual | ~Object () |
Additional Inherited Members | |
Protected Attributes inherited from btk::Object | |
unsigned long int | m_Timestamp |
Group together a set of collections of the same type.
T | Must be a class inheriting of btk::Collection |
btk::CollectionAssembly< T >::CollectionConstPointer |
Smart pointer associated with a const Collection<T> object.
btk::CollectionAssembly< T >::CollectionPointer |
Smart pointer associated with a Collection<T> object.
btk::CollectionAssembly< T >::ConstPointer |
Smart pointer associated with a const CollectionAssembly object.
btk::CollectionAssembly< T >::Pointer |
Smart pointer associated with a CollectionAssembly object.
|
inlinevirtual |
Empty destructor.
|
protected |
Constructor. Sets the number of inputs to 2 (extendable) and outputs to 1.
|
protectedvirtual |
Generates the outputs' data.
Implements btk::ProcessObject.
|
inline |
Gets the input registered with this process at the index idx.
|
inline |
Gets the output created with this process.
|
inlineprotected |
Returns the output at the index idx.
|
protectedvirtual |
Creates a T:Pointer object and return it as a DataObject::Pointer.
Implements btk::ProcessObject.
|
inlinestatic |
Creates a smart pointer associated with a CollectionAssembly<T> object.
|
inline |
Sets the input required with this process at the index idx.