VMTK
|
Create a collection of data set items, one for every point within the data set. More...
#include <vtkvmtkDataSetItems.h>
Public Types | |
typedef vtkvmtkItems | Superclass |
Public Types inherited from vtkvmtkItems | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkvmtkDataSetItems * | NewInstance () const |
void | SetDataSet (vtkDataSet *dataSet) |
vtkDataSet * | GetDataSet () |
void | Build () |
virtual void | SetReallocateOnBuild (int) |
virtual int | GetReallocateOnBuild () |
virtual void | ReallocateOnBuildOn () |
virtual void | ReallocateOnBuildOff () |
Public Member Functions inherited from vtkvmtkItems | |
vtkvmtkItems * | NewInstance () const |
virtual void | SetItemType (int) |
virtual int | GetItemType () |
void | Allocate (vtkIdType numItems, vtkIdType ext=1000) |
vtkvmtkItem * | GetItem (vtkIdType id) |
void | SetNumberOfItems (vtkIdType numberOfItems) |
vtkIdType | GetNumberOfItems () |
void | Squeeze () |
void | Reset () |
void | Initialize () |
void | ReleaseArray () |
void | AllocateItem (vtkIdType i, vtkIdType itemType) |
void | DeepCopy (vtkvmtkItems *src) |
void | ShallowCopy (vtkvmtkItems *src) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkvmtkDataSetItems * | SafeDownCast (vtkObjectBase *o) |
Static Public Member Functions inherited from vtkvmtkItems | |
static int | IsTypeOf (const char *type) |
static vtkvmtkItems * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkvmtkDataSetItems () | |
~vtkvmtkDataSetItems () | |
Protected Member Functions inherited from vtkvmtkItems | |
vtkvmtkItems () | |
~vtkvmtkItems () | |
virtual vtkvmtkItem * | InstantiateNewItem (int itemType)=0 |
vtkvmtkItem ** | Resize (vtkIdType sz) |
Protected Attributes | |
vtkDataSet * | DataSet |
int | ReallocateOnBuild |
Protected Attributes inherited from vtkvmtkItems | |
vtkvmtkItem ** | Array |
vtkIdType | Size |
vtkIdType | MaxId |
vtkIdType | Extend |
int | ItemType |
Create a collection of data set items, one for every point within the data set.
..
Definition at line 37 of file vtkvmtkDataSetItems.h.
Definition at line 41 of file vtkvmtkDataSetItems.h.
|
inlineprotected |
Definition at line 56 of file vtkvmtkDataSetItems.h.
|
inlineprotected |
Definition at line 57 of file vtkvmtkDataSetItems.h.
|
static |
|
virtual |
Reimplemented from vtkvmtkItems.
Reimplemented in vtkvmtkNeighborhoods, and vtkvmtkStencils.
|
static |
|
protectedvirtual |
Reimplemented from vtkvmtkItems.
Reimplemented in vtkvmtkNeighborhoods, and vtkvmtkStencils.
vtkvmtkDataSetItems* vtkvmtkDataSetItems::NewInstance | ( | ) | const |
|
inline |
Definition at line 45 of file vtkvmtkDataSetItems.h.
|
inline |
Definition at line 46 of file vtkvmtkDataSetItems.h.
void vtkvmtkDataSetItems::Build | ( | ) |
Build the item array.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Definition at line 59 of file vtkvmtkDataSetItems.h.
|
protected |
Definition at line 61 of file vtkvmtkDataSetItems.h.