VMTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkvmtkPolyDataManifoldStencil Class Referenceabstract

Base class for stencils applied to a manifold surface. More...

#include <vtkvmtkPolyDataManifoldStencil.h>

Inheritance diagram for vtkvmtkPolyDataManifoldStencil:
[legend]
Collaboration diagram for vtkvmtkPolyDataManifoldStencil:
[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)
 
vtkvmtkPolyDataManifoldStencilNewInstance () const
 
virtual double GetArea ()
 
virtual void Build () VTK_OVERRIDE
 
virtual void ComputeArea ()
 
virtual void ScaleWithArea ()=0
 
void DeepCopy (vtkvmtkPolyDataManifoldStencil *src)
 
virtual int GetUseExtendedNeighborhood ()
 
virtual void SetUseExtendedNeighborhood (int)
 
virtual void UseExtendedNeighborhoodOn ()
 
virtual void UseExtendedNeighborhoodOff ()
 
- 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
 
virtual vtkIdType GetItemType ()=0
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkvmtkPolyDataManifoldStencilSafeDownCast (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
 
 vtkvmtkPolyDataManifoldStencil ()
 
 ~vtkvmtkPolyDataManifoldStencil ()
 
void ScaleWithAreaFactor (double factor)
 
- 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 ()
 

Protected Attributes

double Area
 
int UseExtendedNeighborhood
 
- 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

Base class for stencils applied to a manifold surface.

Date
2006/04/06 16:46:44
Revision
1.4

..

Definition at line 36 of file vtkvmtkPolyDataManifoldStencil.h.

Member Typedef Documentation

◆ Superclass

Definition at line 40 of file vtkvmtkPolyDataManifoldStencil.h.

Constructor & Destructor Documentation

◆ vtkvmtkPolyDataManifoldStencil()

vtkvmtkPolyDataManifoldStencil::vtkvmtkPolyDataManifoldStencil ( )
protected

◆ ~vtkvmtkPolyDataManifoldStencil()

vtkvmtkPolyDataManifoldStencil::~vtkvmtkPolyDataManifoldStencil ( )
inlineprotected

Definition at line 58 of file vtkvmtkPolyDataManifoldStencil.h.

58 {};

Member Function Documentation

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkPolyDataManifoldStencil::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkvmtkPolyDataManifoldStencil* vtkvmtkPolyDataManifoldStencil::NewInstance ( ) const

◆ GetArea()

virtual double vtkvmtkPolyDataManifoldStencil::GetArea ( )
virtual

◆ Build()

virtual void vtkvmtkPolyDataManifoldStencil::Build ( )
virtual

◆ ComputeArea()

virtual void vtkvmtkPolyDataManifoldStencil::ComputeArea ( )
virtual

◆ ScaleWithArea()

virtual void vtkvmtkPolyDataManifoldStencil::ScaleWithArea ( )
pure virtual

◆ DeepCopy()

void vtkvmtkPolyDataManifoldStencil::DeepCopy ( vtkvmtkPolyDataManifoldStencil src)

◆ GetUseExtendedNeighborhood()

virtual int vtkvmtkPolyDataManifoldStencil::GetUseExtendedNeighborhood ( )
virtual

◆ SetUseExtendedNeighborhood()

virtual void vtkvmtkPolyDataManifoldStencil::SetUseExtendedNeighborhood ( int  )
virtual

◆ UseExtendedNeighborhoodOn()

virtual void vtkvmtkPolyDataManifoldStencil::UseExtendedNeighborhoodOn ( )
virtual

◆ UseExtendedNeighborhoodOff()

virtual void vtkvmtkPolyDataManifoldStencil::UseExtendedNeighborhoodOff ( )
virtual

◆ ScaleWithAreaFactor()

void vtkvmtkPolyDataManifoldStencil::ScaleWithAreaFactor ( double  factor)
protected

Member Data Documentation

◆ Area

double vtkvmtkPolyDataManifoldStencil::Area
protected

Definition at line 62 of file vtkvmtkPolyDataManifoldStencil.h.

◆ UseExtendedNeighborhood

int vtkvmtkPolyDataManifoldStencil::UseExtendedNeighborhood
protected

Definition at line 64 of file vtkvmtkPolyDataManifoldStencil.h.


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