VMTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkvmtkEmptyNeighborhood Class Reference

Create an an empty neighborhood instance. More...

#include <vtkvmtkEmptyNeighborhood.h>

Inheritance diagram for vtkvmtkEmptyNeighborhood:
[legend]
Collaboration diagram for vtkvmtkEmptyNeighborhood:
[legend]

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)
 
vtkvmtkEmptyNeighborhoodNewInstance () const
 
virtual vtkIdType GetItemType () VTK_OVERRIDE
 
void Build () VTK_OVERRIDE
 
- Public Member Functions inherited from vtkvmtkNeighborhood
vtkvmtkNeighborhoodNewInstance () 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
vtkvmtkDataSetItemNewInstance () 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
vtkvmtkItemNewInstance () const
 

Static Public Member Functions

static vtkvmtkEmptyNeighborhoodNew ()
 
static int IsTypeOf (const char *type)
 
static vtkvmtkEmptyNeighborhoodSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkvmtkNeighborhood
static int IsTypeOf (const char *type)
 
static vtkvmtkNeighborhoodSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkvmtkDataSetItem
static int IsTypeOf (const char *type)
 
static vtkvmtkDataSetItemSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkvmtkItem
static int IsTypeOf (const char *type)
 
static vtkvmtkItemSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkvmtkEmptyNeighborhood ()
 
 ~vtkvmtkEmptyNeighborhood ()
 
- 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
 

Detailed Description

Create an an empty neighborhood instance.

Date
2006/04/06 16:46:43
Revision
1.3

..

Definition at line 37 of file vtkvmtkEmptyNeighborhood.h.

Member Typedef Documentation

◆ Superclass

Definition at line 41 of file vtkvmtkEmptyNeighborhood.h.

Constructor & Destructor Documentation

◆ vtkvmtkEmptyNeighborhood()

vtkvmtkEmptyNeighborhood::vtkvmtkEmptyNeighborhood ( )
inlineprotected

Definition at line 49 of file vtkvmtkEmptyNeighborhood.h.

49 {};

◆ ~vtkvmtkEmptyNeighborhood()

vtkvmtkEmptyNeighborhood::~vtkvmtkEmptyNeighborhood ( )
inlineprotected

Definition at line 50 of file vtkvmtkEmptyNeighborhood.h.

50 {};

Member Function Documentation

◆ New()

static vtkvmtkEmptyNeighborhood* vtkvmtkEmptyNeighborhood::New ( )
static

◆ IsTypeOf()

static int vtkvmtkEmptyNeighborhood::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkvmtkEmptyNeighborhood::IsA ( const char *  type)
virtual

Reimplemented from vtkvmtkNeighborhood.

◆ SafeDownCast()

static vtkvmtkEmptyNeighborhood* vtkvmtkEmptyNeighborhood::SafeDownCast ( vtkObjectBase *  o)
static

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkEmptyNeighborhood::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkvmtkNeighborhood.

◆ NewInstance()

vtkvmtkEmptyNeighborhood* vtkvmtkEmptyNeighborhood::NewInstance ( ) const

◆ GetItemType()

virtual vtkIdType vtkvmtkEmptyNeighborhood::GetItemType ( )
inlinevirtual

◆ Build()

void vtkvmtkEmptyNeighborhood::Build ( )
virtual

Build the stencil.

Implements vtkvmtkNeighborhood.


The documentation for this class was generated from the following file: