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

generate cut surface from structured points More...

#include <vtkSynchronizedTemplatesCutter3D.h>

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

List of all members.

Public Types

typedef vtkSynchronizedTemplates3D Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkSynchronizedTemplatesCutter3DNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
void ThreadedExecute (vtkImageData *data, vtkInformation *outInfo, int)
virtual void SetCutFunction (vtkImplicitFunction *)
virtual vtkImplicitFunctionGetCutFunction ()
virtual void SetOutputPointsPrecision (int)
virtual int GetOutputPointsPrecision ()

Static Public Member Functions

static
vtkSynchronizedTemplatesCutter3D
New ()
static int IsTypeOf (const char *type)
static
vtkSynchronizedTemplatesCutter3D
SafeDownCast (vtkObjectBase *o)

Protected Member Functions

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

Protected Attributes

vtkImplicitFunctionCutFunction
int OutputPointsPrecision

Detailed Description

generate cut surface from structured points

vtkSynchronizedTemplatesCutter3D is an implementation of the synchronized template algorithm. Note that vtkCutFilter will automatically use this class when appropriate.

See also:
vtkContourFilter vtkSynchronizedTemplates3D

Definition at line 35 of file vtkSynchronizedTemplatesCutter3D.h.


Member Typedef Documentation

Reimplemented from vtkSynchronizedTemplates3D.

Definition at line 40 of file vtkSynchronizedTemplatesCutter3D.h.


Constructor & Destructor Documentation


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkSynchronizedTemplates3D.

static int vtkSynchronizedTemplatesCutter3D::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 vtkSynchronizedTemplates3D.

virtual int vtkSynchronizedTemplatesCutter3D::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 vtkSynchronizedTemplates3D.

Reimplemented from vtkSynchronizedTemplates3D.

Reimplemented from vtkSynchronizedTemplates3D.

Reimplemented from vtkSynchronizedTemplates3D.

void vtkSynchronizedTemplatesCutter3D::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 vtkSynchronizedTemplates3D.

Needed by templated functions.

Specify the implicit function to perform the cutting.

Specify the implicit function to perform the cutting.

Set/get the desired precision for the output types. See the documentation for the vtkAlgorithm::DesiredOutputPrecision enum for an explanation of the available precision settings.

Set/get the desired precision for the output types. See the documentation for the vtkAlgorithm::DesiredOutputPrecision enum for an explanation of the available precision settings.

virtual int vtkSynchronizedTemplatesCutter3D::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

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

Reimplemented from vtkSynchronizedTemplates3D.


Member Data Documentation

Definition at line 64 of file vtkSynchronizedTemplatesCutter3D.h.

Definition at line 65 of file vtkSynchronizedTemplatesCutter3D.h.


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