VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkSMPContourGridManyPieces Class Reference

a subclass of vtkContourGrid that works in parallel vtkSMPContourGridManyPieces performs the same functionaliy as vtkContourGrid but does it using multiple threads. This filter generates a multi-block of vtkPolyData. It will generate a relatively large number of pieces - the number is dependent on the input size and number of threads available. See vtkSMPContourGrid is you are interested in a filter that merges the piece. This will probably be merged with vtkContourGrid in the future. More...

#include <vtkSMPContourGridManyPieces.h>

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

List of all members.

Public Types

typedef vtkContourGrid Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkSMPContourGridManyPiecesNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

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

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkSMPContourGridManyPieces ()
 ~vtkSMPContourGridManyPieces ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillOutputPortInformation (int port, vtkInformation *info)

Detailed Description

a subclass of vtkContourGrid that works in parallel vtkSMPContourGridManyPieces performs the same functionaliy as vtkContourGrid but does it using multiple threads. This filter generates a multi-block of vtkPolyData. It will generate a relatively large number of pieces - the number is dependent on the input size and number of threads available. See vtkSMPContourGrid is you are interested in a filter that merges the piece. This will probably be merged with vtkContourGrid in the future.

Tests:
vtkSMPContourGridManyPieces (Tests)

Definition at line 36 of file vtkSMPContourGridManyPieces.h.


Member Typedef Documentation

Reimplemented from vtkContourGrid.

Definition at line 39 of file vtkSMPContourGridManyPieces.h.


Constructor & Destructor Documentation


Member Function Documentation

static int vtkSMPContourGridManyPieces::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 vtkContourGrid.

virtual int vtkSMPContourGridManyPieces::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 vtkContourGrid.

Reimplemented from vtkContourGrid.

virtual vtkObjectBase* vtkSMPContourGridManyPieces::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkContourGrid.

Reimplemented from vtkContourGrid.

void vtkSMPContourGridManyPieces::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 vtkContourGrid.

Constructor.

Reimplemented from vtkContourGrid.

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

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

Reimplemented from vtkContourGrid.

virtual int vtkSMPContourGridManyPieces::FillOutputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkPolyDataAlgorithm.


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