VTK
|
compute normals for polygonal mesh More...
#include <vtkPPolyDataNormals.h>
Public Types | |
typedef vtkPolyDataNormals | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPPolyDataNormals * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetPieceInvariant (int) |
virtual int | GetPieceInvariant () |
virtual void | PieceInvariantOn () |
virtual void | PieceInvariantOff () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkPPolyDataNormals * | SafeDownCast (vtkObjectBase *o) |
static vtkPPolyDataNormals * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPPolyDataNormals () | |
~vtkPPolyDataNormals () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
int | PieceInvariant |
compute normals for polygonal mesh
Definition at line 26 of file vtkPPolyDataNormals.h.
Reimplemented from vtkPolyDataNormals.
Definition at line 29 of file vtkPPolyDataNormals.h.
vtkPPolyDataNormals::vtkPPolyDataNormals | ( | ) | [protected] |
vtkPPolyDataNormals::~vtkPPolyDataNormals | ( | ) | [inline, protected] |
Definition at line 44 of file vtkPPolyDataNormals.h.
static int vtkPPolyDataNormals::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataNormals.
virtual int vtkPPolyDataNormals::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataNormals.
static vtkPPolyDataNormals* vtkPPolyDataNormals::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkPolyDataNormals.
virtual vtkObjectBase* vtkPPolyDataNormals::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkPolyDataNormals.
Reimplemented from vtkPolyDataNormals.
void vtkPPolyDataNormals::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkPolyDataNormals.
static vtkPPolyDataNormals* vtkPPolyDataNormals::New | ( | ) | [static] |
Construct with feature angle=30, splitting and consistency turned on, flipNormals turned off, and non-manifold traversal turned on. ComputePointNormals is on and ComputeCellNormals is off.
Reimplemented from vtkPolyDataNormals.
virtual void vtkPPolyDataNormals::SetPieceInvariant | ( | int | ) | [virtual] |
To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on.
virtual int vtkPPolyDataNormals::GetPieceInvariant | ( | ) | [virtual] |
To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on.
virtual void vtkPPolyDataNormals::PieceInvariantOn | ( | ) | [virtual] |
To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on.
virtual void vtkPPolyDataNormals::PieceInvariantOff | ( | ) | [virtual] |
To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on.
virtual int vtkPPolyDataNormals::RequestData | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkPolyDataNormals.
virtual int vtkPPolyDataNormals::RequestUpdateExtent | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkPolyDataAlgorithm.
int vtkPPolyDataNormals::PieceInvariant [protected] |
Definition at line 50 of file vtkPPolyDataNormals.h.