#include <vtkBoundedVolumeSource.h>
|
| | vtkTypeMacro (vtkBoundedVolumeSource, vtkImageAlgorithm) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| |
| | vtkSetVector3Macro (Origin, double) |
| |
| | vtkGetVector3Macro (Origin, double) |
| |
| | vtkSetVector3Macro (Scale, double) |
| |
| | vtkGetVector3Macro (Scale, double) |
| |
| | vtkSetClampMacro (RefinementMode, int, USE_RESOLUTION, USE_CELL_SIZE) |
| |
| | vtkGetMacro (RefinementMode, int) |
| |
| | vtkSetVector3Macro (Resolution, int) |
| |
| | vtkGetVector3Macro (Resolution, int) |
| |
| | vtkSetMacro (CellSize, double) |
| |
| | vtkGetMacro (CellSize, double) |
| |
| | vtkSetClampMacro (Padding, double, 0, VTK_DOUBLE_MAX) |
| |
| | vtkGetMacro (Padding, double) |
| |
Definition at line 16 of file vtkBoundedVolumeSource.h.
◆ RefinementModes
◆ vtkBoundedVolumeSource()
| vtkBoundedVolumeSource::vtkBoundedVolumeSource |
( |
| ) |
|
|
protected |
◆ ~vtkBoundedVolumeSource()
| vtkBoundedVolumeSource::~vtkBoundedVolumeSource |
( |
| ) |
|
|
overrideprotected |
◆ ExecuteDataWithInformation()
| void vtkBoundedVolumeSource::ExecuteDataWithInformation |
( |
vtkDataObject * |
data, |
|
|
vtkInformation * |
outInfo |
|
) |
| |
|
overrideprotected |
◆ New()
◆ PrintSelf()
| void vtkBoundedVolumeSource::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
override |
◆ RequestInformation()
| int vtkBoundedVolumeSource::RequestInformation |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
overrideprotected |
◆ SetImageParameters() [1/2]
| bool vtkBoundedVolumeSource::SetImageParameters |
( |
vtkImageData * |
image, |
|
|
const vtkBoundingBox & |
bbox, |
|
|
const double |
cellSize |
|
) |
| |
|
static |
◆ SetImageParameters() [2/2]
| bool vtkBoundedVolumeSource::SetImageParameters |
( |
vtkImageData * |
image, |
|
|
const vtkBoundingBox & |
bbox, |
|
|
const vtkVector3i & |
resolution |
|
) |
| |
|
static |
◆ vtkGetMacro() [1/3]
| vtkBoundedVolumeSource::vtkGetMacro |
( |
CellSize |
, |
|
|
double |
|
|
) |
| |
◆ vtkGetMacro() [2/3]
| vtkBoundedVolumeSource::vtkGetMacro |
( |
Padding |
, |
|
|
double |
|
|
) |
| |
◆ vtkGetMacro() [3/3]
◆ vtkGetVector3Macro() [1/3]
| vtkBoundedVolumeSource::vtkGetVector3Macro |
( |
Origin |
, |
|
|
double |
|
|
) |
| |
◆ vtkGetVector3Macro() [2/3]
| vtkBoundedVolumeSource::vtkGetVector3Macro |
( |
Resolution |
, |
|
|
int |
|
|
) |
| |
◆ vtkGetVector3Macro() [3/3]
| vtkBoundedVolumeSource::vtkGetVector3Macro |
( |
Scale |
, |
|
|
double |
|
|
) |
| |
◆ vtkSetClampMacro() [1/2]
| vtkBoundedVolumeSource::vtkSetClampMacro |
( |
Padding |
, |
|
|
double |
, |
|
|
0 |
, |
|
|
VTK_DOUBLE_MAX |
|
|
) |
| |
Specify the padding to use along each of the directions. This is used to inflate the bounds by a fixed factor in all directions.
◆ vtkSetClampMacro() [2/2]
Get/Set how the output refinement is to be determined.
◆ vtkSetMacro()
| vtkBoundedVolumeSource::vtkSetMacro |
( |
CellSize |
, |
|
|
double |
|
|
) |
| |
Specify the cell-size of the output image. Used only when RefinementMode is set to USE_CELL_SIZE.
◆ vtkSetVector3Macro() [1/3]
| vtkBoundedVolumeSource::vtkSetVector3Macro |
( |
Origin |
, |
|
|
double |
|
|
) |
| |
Get/Set the origin or translation for the unit volume.
◆ vtkSetVector3Macro() [2/3]
| vtkBoundedVolumeSource::vtkSetVector3Macro |
( |
Resolution |
, |
|
|
int |
|
|
) |
| |
Get/Set the output image resolution. Used only when RefinementMode is set to USE_RESOLUTION.
◆ vtkSetVector3Macro() [3/3]
| vtkBoundedVolumeSource::vtkSetVector3Macro |
( |
Scale |
, |
|
|
double |
|
|
) |
| |
Get/Set the scale factor for a unit volume. Note that scaling is applied before the translation.
◆ vtkTypeMacro()
◆ CellSize
| double vtkBoundedVolumeSource::CellSize |
|
protected |
◆ Origin
| double vtkBoundedVolumeSource::Origin[3] |
|
protected |
◆ Padding
| double vtkBoundedVolumeSource::Padding |
|
protected |
◆ RefinementMode
| int vtkBoundedVolumeSource::RefinementMode |
|
protected |
◆ Resolution
| int vtkBoundedVolumeSource::Resolution[3] |
|
protected |
◆ Scale
| double vtkBoundedVolumeSource::Scale[3] |
|
protected |
The documentation for this class was generated from the following files: