VTK
|
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>
Public Types | |
typedef vtkContourGrid | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkSMPContourGridManyPieces * | NewInstance () 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 vtkObjectBase * | NewInstanceInternal () const |
vtkSMPContourGridManyPieces () | |
~vtkSMPContourGridManyPieces () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | FillOutputPortInformation (int port, vtkInformation *info) |
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.
Definition at line 36 of file vtkSMPContourGridManyPieces.h.
Reimplemented from vtkContourGrid.
Definition at line 39 of file vtkSMPContourGridManyPieces.h.
vtkSMPContourGridManyPieces::vtkSMPContourGridManyPieces | ( | ) | [protected] |
vtkSMPContourGridManyPieces::~vtkSMPContourGridManyPieces | ( | ) | [protected] |
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.
static vtkSMPContourGridManyPieces* vtkSMPContourGridManyPieces::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
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.
static vtkSMPContourGridManyPieces* vtkSMPContourGridManyPieces::New | ( | ) | [static] |
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.