VTK
|
a subclass of vtkContourGrid that works in parallel vtkSMPContourGrid performs the same functionaliy as vtkContourGrid but does it using multiple threads. This will probably be merged with vtkContourGrid in the future. More...
#include <vtkSMPContourGrid.h>
a subclass of vtkContourGrid that works in parallel vtkSMPContourGrid performs the same functionaliy as vtkContourGrid but does it using multiple threads. This will probably be merged with vtkContourGrid in the future.
Definition at line 31 of file vtkSMPContourGrid.h.
Reimplemented from vtkContourGrid.
Definition at line 34 of file vtkSMPContourGrid.h.
vtkSMPContourGrid::vtkSMPContourGrid | ( | ) | [protected] |
vtkSMPContourGrid::~vtkSMPContourGrid | ( | ) | [protected] |
static int vtkSMPContourGrid::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 vtkSMPContourGrid::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 vtkSMPContourGrid* vtkSMPContourGrid::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkContourGrid.
virtual vtkObjectBase* vtkSMPContourGrid::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkContourGrid.
vtkSMPContourGrid* vtkSMPContourGrid::NewInstance | ( | ) | const |
Reimplemented from vtkContourGrid.
void vtkSMPContourGrid::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 vtkSMPContourGrid* vtkSMPContourGrid::New | ( | ) | [static] |
Constructor.
Reimplemented from vtkContourGrid.
virtual void vtkSMPContourGrid::SetMergePieces | ( | bool | ) | [virtual] |
If MergePieces is true (default), this filter will merge all pieces generated by processing the input with multiple threads. The output will be a vtkPolyData. Note that this has a slight overhead which becomes more significant as the number of threads used grows. If MergePieces is false, this filter will generate a vtkMultiBlock of vtkPolyData where the number of pieces will be equal to the number of threads used.
virtual bool vtkSMPContourGrid::GetMergePieces | ( | ) | [virtual] |
If MergePieces is true (default), this filter will merge all pieces generated by processing the input with multiple threads. The output will be a vtkPolyData. Note that this has a slight overhead which becomes more significant as the number of threads used grows. If MergePieces is false, this filter will generate a vtkMultiBlock of vtkPolyData where the number of pieces will be equal to the number of threads used.
virtual void vtkSMPContourGrid::MergePiecesOn | ( | ) | [virtual] |
If MergePieces is true (default), this filter will merge all pieces generated by processing the input with multiple threads. The output will be a vtkPolyData. Note that this has a slight overhead which becomes more significant as the number of threads used grows. If MergePieces is false, this filter will generate a vtkMultiBlock of vtkPolyData where the number of pieces will be equal to the number of threads used.
virtual void vtkSMPContourGrid::MergePiecesOff | ( | ) | [virtual] |
If MergePieces is true (default), this filter will merge all pieces generated by processing the input with multiple threads. The output will be a vtkPolyData. Note that this has a slight overhead which becomes more significant as the number of threads used grows. If MergePieces is false, this filter will generate a vtkMultiBlock of vtkPolyData where the number of pieces will be equal to the number of threads used.
virtual int vtkSMPContourGrid::ProcessRequest | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [virtual] |
see vtkAlgorithm for details
Reimplemented from vtkPolyDataAlgorithm.
virtual int vtkSMPContourGrid::RequestDataObject | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
virtual int vtkSMPContourGrid::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 vtkSMPContourGrid::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.
bool vtkSMPContourGrid::MergePieces [protected] |
Definition at line 69 of file vtkSMPContourGrid.h.