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

create a stencil but do not apply a weighting to the neighborhoods of the data set. More...

#include <vtkvmtkEmptyStencil.h>

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

Public Types

typedef vtkvmtkStencil Superclass
 
- Public Types inherited from vtkvmtkStencil
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)
 
vtkvmtkEmptyStencilNewInstance () const
 
void Build () VTK_OVERRIDE
 
virtual vtkIdType GetItemType () VTK_OVERRIDE
 
- Public Member Functions inherited from vtkvmtkStencil
vtkvmtkStencilNewInstance () const
 
virtual void SetNumberOfComponents (vtkIdType)
 
virtual vtkIdType GetNumberOfComponents ()
 
double GetWeight (vtkIdType i)
 
void SetWeight (vtkIdType i, double weight)
 
double GetWeight (vtkIdType i, vtkIdType component)
 
void SetWeight (vtkIdType i, vtkIdType component, double weight)
 
vtkIdType GetNumberOfWeights ()
 
void ScaleWeights (double factor)
 
double GetCenterWeight ()
 
void SetCenterWeight (double weight)
 
const double * GetCenterWeightTuple ()
 
double GetCenterWeight (vtkIdType component)
 
void SetCenterWeight (vtkIdType component, double weightComponent)
 
virtual void DeepCopy (vtkvmtkItem *src) VTK_OVERRIDE
 
virtual void SetWeightScaling (int)
 
virtual int GetWeightScaling ()
 
virtual void WeightScalingOn ()
 
virtual void WeightScalingOff ()
 
virtual void SetNegateWeights (int)
 
virtual int GetNegateWeights ()
 
virtual void NegateWeightsOn ()
 
virtual void NegateWeightsOff ()
 
- Public Member Functions inherited from vtkvmtkNeighborhood
vtkvmtkNeighborhoodNewInstance () const
 
virtual bool GetIsBoundary ()
 
vtkIdType GetNumberOfPoints ()
 
vtkIdType GetPointId (vtkIdType i)
 
vtkIdType * GetPointer (vtkIdType i)
 
- 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 vtkvmtkEmptyStencilNew ()
 
static int IsTypeOf (const char *type)
 
static vtkvmtkEmptyStencilSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkvmtkStencil
static int IsTypeOf (const char *type)
 
static vtkvmtkStencilSafeDownCast (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
 
 vtkvmtkEmptyStencil ()
 
 ~vtkvmtkEmptyStencil ()
 
- Protected Member Functions inherited from vtkvmtkStencil
 vtkvmtkStencil ()
 
 ~vtkvmtkStencil ()
 
void ResizePointList (vtkIdType ptId, int size)
 
void ChangeWeightSign ()
 
- 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 vtkvmtkStencil
vtkIdType NumberOfComponents
 
double * Weights
 
double * CenterWeight
 
int WeightScaling
 
int NegateWeights
 
- 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 a stencil but do not apply a weighting to the neighborhoods of the data set.

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

..

Definition at line 37 of file vtkvmtkEmptyStencil.h.

Member Typedef Documentation

◆ Superclass

Definition at line 41 of file vtkvmtkEmptyStencil.h.

Constructor & Destructor Documentation

◆ vtkvmtkEmptyStencil()

vtkvmtkEmptyStencil::vtkvmtkEmptyStencil ( )
inlineprotected

Definition at line 49 of file vtkvmtkEmptyStencil.h.

49 {};

◆ ~vtkvmtkEmptyStencil()

vtkvmtkEmptyStencil::~vtkvmtkEmptyStencil ( )
inlineprotected

Definition at line 50 of file vtkvmtkEmptyStencil.h.

50 {};

Member Function Documentation

◆ New()

static vtkvmtkEmptyStencil* vtkvmtkEmptyStencil::New ( )
static

◆ IsTypeOf()

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

◆ IsA()

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

Reimplemented from vtkvmtkStencil.

◆ SafeDownCast()

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

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkEmptyStencil::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkvmtkStencil.

◆ NewInstance()

vtkvmtkEmptyStencil* vtkvmtkEmptyStencil::NewInstance ( ) const

◆ Build()

void vtkvmtkEmptyStencil::Build ( )
virtual

Build the stencil.

Implements vtkvmtkStencil.

◆ GetItemType()

virtual vtkIdType vtkvmtkEmptyStencil::GetItemType ( )
inlinevirtual

Implements vtkvmtkItem.

Definition at line 46 of file vtkvmtkEmptyStencil.h.


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