VTK
|
probe dataset in parallel using a vtkImageData More...
#include <vtkPResampleFilter.h>
probe dataset in parallel using a vtkImageData
Definition at line 31 of file vtkPResampleFilter.h.
Reimplemented from vtkImageAlgorithm.
Definition at line 34 of file vtkPResampleFilter.h.
vtkPResampleFilter::vtkPResampleFilter | ( | ) | [protected] |
vtkPResampleFilter::~vtkPResampleFilter | ( | ) | [protected] |
static int vtkPResampleFilter::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 vtkImageAlgorithm.
virtual int vtkPResampleFilter::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 vtkImageAlgorithm.
static vtkPResampleFilter* vtkPResampleFilter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkImageAlgorithm.
virtual vtkObjectBase* vtkPResampleFilter::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkImageAlgorithm.
Reimplemented from vtkImageAlgorithm.
void vtkPResampleFilter::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 vtkImageAlgorithm.
static vtkPResampleFilter* vtkPResampleFilter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm.
virtual void vtkPResampleFilter::SetController | ( | vtkMultiProcessController * | ) | [virtual] |
Set and get the controller.
virtual vtkMultiProcessController* vtkPResampleFilter::GetController | ( | ) | [virtual] |
Set and get the controller.
virtual void vtkPResampleFilter::SetUseInputBounds | ( | int | ) | [virtual] |
Set/Get if the filter should use Input bounds to sub-sample the data. By default it is set to 1.
virtual int vtkPResampleFilter::GetUseInputBounds | ( | ) | [virtual] |
Set/Get if the filter should use Input bounds to sub-sample the data. By default it is set to 1.
virtual void vtkPResampleFilter::UseInputBoundsOn | ( | ) | [virtual] |
Set/Get if the filter should use Input bounds to sub-sample the data. By default it is set to 1.
virtual void vtkPResampleFilter::UseInputBoundsOff | ( | ) | [virtual] |
Set/Get if the filter should use Input bounds to sub-sample the data. By default it is set to 1.
virtual void vtkPResampleFilter::SetCustomSamplingBounds | ( | double | , |
double | , | ||
double | , | ||
double | , | ||
double | , | ||
double | |||
) | [virtual] |
Set/Get sampling bounds. If (UseInputBounds == 1) then the sampling bounds won't be used.
virtual void vtkPResampleFilter::SetCustomSamplingBounds | ( | double | [6] | ) | [virtual] |
Set/Get sampling bounds. If (UseInputBounds == 1) then the sampling bounds won't be used.
virtual double* vtkPResampleFilter::GetCustomSamplingBounds | ( | ) | [virtual] |
Set/Get sampling bounds. If (UseInputBounds == 1) then the sampling bounds won't be used.
virtual void vtkPResampleFilter::GetCustomSamplingBounds | ( | double & | , |
double & | , | ||
double & | , | ||
double & | , | ||
double & | , | ||
double & | |||
) | [virtual] |
Set/Get sampling bounds. If (UseInputBounds == 1) then the sampling bounds won't be used.
virtual void vtkPResampleFilter::GetCustomSamplingBounds | ( | double | [6] | ) | [virtual] |
Set/Get sampling bounds. If (UseInputBounds == 1) then the sampling bounds won't be used.
virtual void vtkPResampleFilter::SetSamplingDimension | ( | int | , |
int | , | ||
int | |||
) | [virtual] |
Set/Get sampling dimension along each axis. Default will be [10,10,10]
virtual void vtkPResampleFilter::SetSamplingDimension | ( | int | [3] | ) | [virtual] |
Set/Get sampling dimension along each axis. Default will be [10,10,10]
virtual int* vtkPResampleFilter::GetSamplingDimension | ( | ) | [virtual] |
Set/Get sampling dimension along each axis. Default will be [10,10,10]
virtual void vtkPResampleFilter::GetSamplingDimension | ( | int & | , |
int & | , | ||
int & | |||
) | [virtual] |
Set/Get sampling dimension along each axis. Default will be [10,10,10]
virtual void vtkPResampleFilter::GetSamplingDimension | ( | int | [3] | ) | [virtual] |
Set/Get sampling dimension along each axis. Default will be [10,10,10]
virtual int vtkPResampleFilter::RequestData | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
This is called in response to a REQUEST_DATA request from the executive. Subclasses should override either this method or the ExecuteDataWithInformation method in order to generate data for their outputs. For images, the output arrays will already be allocated, so all that is necessary is to fill in the voxel values.
Reimplemented from vtkImageAlgorithm.
virtual int vtkPResampleFilter::RequestUpdateExtent | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
Subclasses can reimplement this method to translate the update extent requests from each output port into update extent requests for the input connections.
Reimplemented from vtkImageAlgorithm.
virtual int vtkPResampleFilter::RequestInformation | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
Subclasses can reimplement this method to collect information from their inputs and set information for their outputs.
Reimplemented from vtkImageAlgorithm.
virtual int vtkPResampleFilter::FillInputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
These method should be reimplemented by subclasses that have more than a single input or single output. See vtkAlgorithm for more information.
Reimplemented from vtkImageAlgorithm.
double* vtkPResampleFilter::CalculateBounds | ( | vtkDataSet * | input | ) | [protected] |
vtkMultiProcessController* vtkPResampleFilter::Controller [protected] |
Definition at line 80 of file vtkPResampleFilter.h.
int vtkPResampleFilter::UseInputBounds [protected] |
Definition at line 81 of file vtkPResampleFilter.h.
double vtkPResampleFilter::CustomSamplingBounds[6] [protected] |
Definition at line 82 of file vtkPResampleFilter.h.
int vtkPResampleFilter::SamplingDimension[3] [protected] |
Definition at line 83 of file vtkPResampleFilter.h.
double vtkPResampleFilter::Bounds[6] [protected] |
Definition at line 84 of file vtkPResampleFilter.h.