VMTK
|
Apply a weighting matrix to a single neighborhood of a data set. More...
#include <vtkvmtkStencil.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) |
vtkvmtkStencil * | NewInstance () 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 | Build () VTK_OVERRIDE=0 |
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 | |
vtkvmtkNeighborhood * | NewInstance () const |
virtual bool | GetIsBoundary () |
vtkIdType | GetNumberOfPoints () |
vtkIdType | GetPointId (vtkIdType i) |
vtkIdType * | GetPointer (vtkIdType i) |
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 vtkvmtkStencil * | 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 |
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 | |
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 |
Apply a weighting matrix to a single neighborhood of a data set.
..
Definition at line 36 of file vtkvmtkStencil.h.
Definition at line 40 of file vtkvmtkStencil.h.
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkvmtkNeighborhood.
Reimplemented in vtkvmtkPolyDataAreaWeightedUmbrellaStencil, vtkvmtkPolyDataFVFELaplaceBeltramiStencil, vtkvmtkEmptyStencil, vtkvmtkPolyDataFELaplaceBeltramiStencil, vtkvmtkPolyDataGradientStencil, vtkvmtkPolyDataUmbrellaStencil, vtkvmtkPolyDataLaplaceBeltramiStencil, and vtkvmtkPolyDataManifoldStencil.
|
static |
|
protectedvirtual |
Reimplemented from vtkvmtkNeighborhood.
Reimplemented in vtkvmtkPolyDataAreaWeightedUmbrellaStencil, vtkvmtkPolyDataFVFELaplaceBeltramiStencil, vtkvmtkEmptyStencil, vtkvmtkPolyDataFELaplaceBeltramiStencil, vtkvmtkPolyDataGradientStencil, vtkvmtkPolyDataUmbrellaStencil, vtkvmtkPolyDataLaplaceBeltramiStencil, and vtkvmtkPolyDataManifoldStencil.
vtkvmtkStencil* vtkvmtkStencil::NewInstance | ( | ) | const |
|
virtual |
|
virtual |
|
inline |
Definition at line 45 of file vtkvmtkStencil.h.
|
inline |
Definition at line 46 of file vtkvmtkStencil.h.
|
inline |
Definition at line 48 of file vtkvmtkStencil.h.
|
inline |
Definition at line 49 of file vtkvmtkStencil.h.
|
inline |
Definition at line 51 of file vtkvmtkStencil.h.
void vtkvmtkStencil::ScaleWeights | ( | double | factor | ) |
|
inline |
Definition at line 55 of file vtkvmtkStencil.h.
|
inline |
Definition at line 56 of file vtkvmtkStencil.h.
|
inline |
Definition at line 58 of file vtkvmtkStencil.h.
|
inline |
Definition at line 60 of file vtkvmtkStencil.h.
|
inline |
Definition at line 61 of file vtkvmtkStencil.h.
|
pure virtual |
Build the stencil.
Implements vtkvmtkNeighborhood.
Implemented in vtkvmtkPolyDataAreaWeightedUmbrellaStencil, vtkvmtkPolyDataGradientStencil, vtkvmtkPolyDataManifoldStencil, vtkvmtkPolyDataUmbrellaStencil, vtkvmtkEmptyStencil, and vtkvmtkPolyDataLaplaceBeltramiStencil.
|
virtual |
Standard DeepCopy method.
Reimplemented from vtkvmtkNeighborhood.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
Definition at line 88 of file vtkvmtkStencil.h.
|
protected |
Definition at line 89 of file vtkvmtkStencil.h.
|
protected |
Definition at line 90 of file vtkvmtkStencil.h.
|
protected |
Definition at line 92 of file vtkvmtkStencil.h.
|
protected |
Definition at line 94 of file vtkvmtkStencil.h.