VMTK
|
Apply a neighborhood to the points of a manifold surface. More...
#include <vtkvmtkPolyDataManifoldNeighborhood.h>
Public Types | |
typedef vtkvmtkNeighborhood | Superclass |
Public Types inherited from vtkvmtkNeighborhood | |
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) |
vtkvmtkPolyDataManifoldNeighborhood * | NewInstance () const |
virtual vtkIdType | GetItemType () VTK_OVERRIDE |
virtual void | Build () VTK_OVERRIDE |
Public Member Functions inherited from vtkvmtkNeighborhood | |
vtkvmtkNeighborhood * | NewInstance () const |
virtual bool | GetIsBoundary () |
vtkIdType | GetNumberOfPoints () |
vtkIdType | GetPointId (vtkIdType i) |
vtkIdType * | GetPointer (vtkIdType i) |
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 |
Static Public Member Functions | |
static vtkvmtkPolyDataManifoldNeighborhood * | New () |
static int | IsTypeOf (const char *type) |
static vtkvmtkPolyDataManifoldNeighborhood * | SafeDownCast (vtkObjectBase *o) |
Static Public Member Functions inherited from vtkvmtkNeighborhood | |
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 |
vtkvmtkPolyDataManifoldNeighborhood () | |
~vtkvmtkPolyDataManifoldNeighborhood () | |
Protected Member Functions inherited from vtkvmtkNeighborhood | |
vtkvmtkNeighborhood () | |
~vtkvmtkNeighborhood () | |
void | ResizePointList (vtkIdType ptId, int size) |
Protected Member Functions inherited from vtkvmtkDataSetItem | |
vtkvmtkDataSetItem () | |
~vtkvmtkDataSetItem () | |
Protected Member Functions inherited from vtkvmtkItem | |
vtkvmtkItem () | |
~vtkvmtkItem () | |
Additional Inherited Members | |
Protected Attributes inherited from vtkvmtkNeighborhood | |
vtkIdType | NPoints |
vtkIdType * | PointIds |
bool | IsBoundary |
Protected Attributes inherited from vtkvmtkDataSetItem | |
vtkDataSet * | DataSet |
vtkIdType | DataSetPointId |
int | ReallocateOnBuild |
Apply a neighborhood to the points of a manifold surface.
..
Definition at line 38 of file vtkvmtkPolyDataManifoldNeighborhood.h.
Definition at line 43 of file vtkvmtkPolyDataManifoldNeighborhood.h.
|
inlineprotected |
Definition at line 51 of file vtkvmtkPolyDataManifoldNeighborhood.h.
|
inlineprotected |
Definition at line 52 of file vtkvmtkPolyDataManifoldNeighborhood.h.
|
static |
|
static |
|
virtual |
Reimplemented from vtkvmtkNeighborhood.
Reimplemented in vtkvmtkPolyDataManifoldExtendedNeighborhood.
|
static |
|
protectedvirtual |
Reimplemented from vtkvmtkNeighborhood.
Reimplemented in vtkvmtkPolyDataManifoldExtendedNeighborhood.
vtkvmtkPolyDataManifoldNeighborhood* vtkvmtkPolyDataManifoldNeighborhood::NewInstance | ( | ) | const |
|
inlinevirtual |
Implements vtkvmtkItem.
Reimplemented in vtkvmtkPolyDataManifoldExtendedNeighborhood.
Definition at line 45 of file vtkvmtkPolyDataManifoldNeighborhood.h.
|
virtual |
Build the neighborhood.
Implements vtkvmtkNeighborhood.
Reimplemented in vtkvmtkPolyDataManifoldExtendedNeighborhood.