VMTK
|
Query the neighborhood surrounding the set point id in an data set item. More...
#include <vtkvmtkNeighborhood.h>
Public Types | |
typedef vtkvmtkDataSetItem | Superclass |
Public Types inherited from vtkvmtkDataSetItem | |
typedef vtkvmtkItem | Superclass |
Public Types inherited from vtkvmtkItem | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkvmtkNeighborhood * | NewInstance () const |
virtual bool | GetIsBoundary () |
vtkIdType | GetNumberOfPoints () |
vtkIdType | GetPointId (vtkIdType i) |
vtkIdType * | GetPointer (vtkIdType i) |
virtual void | Build () VTK_OVERRIDE=0 |
virtual void | DeepCopy (vtkvmtkItem *src) VTK_OVERRIDE |
Public Member Functions inherited from vtkvmtkDataSetItem | |
vtkvmtkDataSetItem * | NewInstance () const |
void | SetDataSet (vtkDataSet *dataSet) |
vtkDataSet * | GetDataSet () |
virtual void | SetDataSetPointId (vtkIdType) |
virtual vtkIdType | GetDataSetPointId () |
virtual void | SetReallocateOnBuild (int) |
virtual int | GetReallocateOnBuild () |
virtual void | ReallocateOnBuildOn () |
virtual void | ReallocateOnBuildOff () |
Public Member Functions inherited from vtkvmtkItem | |
vtkvmtkItem * | NewInstance () const |
virtual vtkIdType | GetItemType ()=0 |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkvmtkNeighborhood * | SafeDownCast (vtkObjectBase *o) |
Static Public Member Functions inherited from vtkvmtkDataSetItem | |
static int | IsTypeOf (const char *type) |
static vtkvmtkDataSetItem * | SafeDownCast (vtkObjectBase *o) |
Static Public Member Functions inherited from vtkvmtkItem | |
static int | IsTypeOf (const char *type) |
static vtkvmtkItem * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkvmtkNeighborhood () | |
~vtkvmtkNeighborhood () | |
void | ResizePointList (vtkIdType ptId, int size) |
Protected Member Functions inherited from vtkvmtkDataSetItem | |
vtkvmtkDataSetItem () | |
~vtkvmtkDataSetItem () | |
Protected Member Functions inherited from vtkvmtkItem | |
vtkvmtkItem () | |
~vtkvmtkItem () | |
Protected Attributes | |
vtkIdType | NPoints |
vtkIdType * | PointIds |
bool | IsBoundary |
Protected Attributes inherited from vtkvmtkDataSetItem | |
vtkDataSet * | DataSet |
vtkIdType | DataSetPointId |
int | ReallocateOnBuild |
Query the neighborhood surrounding the set point id in an data set item.
..
Definition at line 36 of file vtkvmtkNeighborhood.h.
Definition at line 40 of file vtkvmtkNeighborhood.h.
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkvmtkDataSetItem.
Reimplemented in vtkvmtkPolyDataManifoldExtendedNeighborhood, vtkvmtkPolyDataManifoldNeighborhood, vtkvmtkPolyDataAreaWeightedUmbrellaStencil, vtkvmtkPolyDataFVFELaplaceBeltramiStencil, vtkvmtkPolyDataNeighborhood, vtkvmtkUnstructuredGridNeighborhood, vtkvmtkEmptyNeighborhood, vtkvmtkEmptyStencil, vtkvmtkPolyDataFELaplaceBeltramiStencil, vtkvmtkPolyDataGradientStencil, vtkvmtkPolyDataUmbrellaStencil, vtkvmtkPolyDataLaplaceBeltramiStencil, vtkvmtkPolyDataManifoldStencil, and vtkvmtkStencil.
|
static |
|
protectedvirtual |
Reimplemented from vtkvmtkDataSetItem.
Reimplemented in vtkvmtkPolyDataManifoldExtendedNeighborhood, vtkvmtkPolyDataManifoldNeighborhood, vtkvmtkPolyDataAreaWeightedUmbrellaStencil, vtkvmtkPolyDataFVFELaplaceBeltramiStencil, vtkvmtkPolyDataNeighborhood, vtkvmtkUnstructuredGridNeighborhood, vtkvmtkEmptyNeighborhood, vtkvmtkEmptyStencil, vtkvmtkPolyDataFELaplaceBeltramiStencil, vtkvmtkPolyDataGradientStencil, vtkvmtkPolyDataUmbrellaStencil, vtkvmtkPolyDataLaplaceBeltramiStencil, vtkvmtkPolyDataManifoldStencil, and vtkvmtkStencil.
vtkvmtkNeighborhood* vtkvmtkNeighborhood::NewInstance | ( | ) | const |
|
virtual |
|
inline |
Definition at line 44 of file vtkvmtkNeighborhood.h.
|
inline |
Definition at line 45 of file vtkvmtkNeighborhood.h.
|
inline |
Definition at line 47 of file vtkvmtkNeighborhood.h.
|
pure virtual |
Build the neighborhood.
Implements vtkvmtkDataSetItem.
Implemented in vtkvmtkStencil, vtkvmtkPolyDataManifoldExtendedNeighborhood, vtkvmtkPolyDataManifoldNeighborhood, vtkvmtkPolyDataNeighborhood, vtkvmtkUnstructuredGridNeighborhood, vtkvmtkEmptyNeighborhood, vtkvmtkPolyDataAreaWeightedUmbrellaStencil, vtkvmtkPolyDataGradientStencil, vtkvmtkPolyDataManifoldStencil, vtkvmtkPolyDataUmbrellaStencil, vtkvmtkEmptyStencil, and vtkvmtkPolyDataLaplaceBeltramiStencil.
|
virtual |
|
protected |
|
protected |
Definition at line 61 of file vtkvmtkNeighborhood.h.
|
protected |
Definition at line 62 of file vtkvmtkNeighborhood.h.
|
protected |
Definition at line 63 of file vtkvmtkNeighborhood.h.