VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPPolyDataNormals Class Reference

compute normals for polygonal mesh More...

#include <vtkPPolyDataNormals.h>

Inheritance diagram for vtkPPolyDataNormals:
Inheritance graph
[legend]
Collaboration diagram for vtkPPolyDataNormals:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkPolyDataNormals Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkPPolyDataNormalsNewInstance () 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 vtkPPolyDataNormalsSafeDownCast (vtkObjectBase *o)
static vtkPPolyDataNormalsNew ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkPPolyDataNormals ()
 ~vtkPPolyDataNormals ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Protected Attributes

int PieceInvariant

Detailed Description

compute normals for polygonal mesh

Definition at line 26 of file vtkPPolyDataNormals.h.


Member Typedef Documentation

Reimplemented from vtkPolyDataNormals.

Definition at line 29 of file vtkPPolyDataNormals.h.


Constructor & Destructor Documentation

Definition at line 44 of file vtkPPolyDataNormals.h.


Member Function Documentation

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.

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.

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.

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.

This is called by the superclass. This is the method you should override.

Reimplemented from vtkPolyDataAlgorithm.


Member Data Documentation

Definition at line 50 of file vtkPPolyDataNormals.h.


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