a source to generate an image volume.
More...
#include <vtkBoundedVolumeSource.h>
Inherits vtkImageAlgorithm.
|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
|
virtual void | SetOrigin (double, double, double) |
| Get/Set the origin or translation for the unit volume. More...
|
|
virtual void | SetOrigin (double [3]) |
| Get/Set the origin or translation for the unit volume. More...
|
|
virtual double * | GetOrigin () |
| Get/Set the origin or translation for the unit volume. More...
|
|
virtual void | GetOrigin (double &, double &, double &) |
| Get/Set the origin or translation for the unit volume. More...
|
|
virtual void | GetOrigin (double [3]) |
| Get/Set the origin or translation for the unit volume. More...
|
|
|
virtual void | SetScale (double, double, double) |
| Get/Set the scale factor for a unit volume. More...
|
|
virtual void | SetScale (double [3]) |
| Get/Set the scale factor for a unit volume. More...
|
|
virtual double * | GetScale () |
| Get/Set the scale factor for a unit volume. More...
|
|
virtual void | GetScale (double &, double &, double &) |
| Get/Set the scale factor for a unit volume. More...
|
|
virtual void | GetScale (double [3]) |
| Get/Set the scale factor for a unit volume. More...
|
|
|
virtual void | SetResolution (int, int, int) |
| Get/Set the output image resolution. More...
|
|
virtual void | SetResolution (int [3]) |
| Get/Set the output image resolution. More...
|
|
virtual int * | GetResolution () |
| Get/Set the output image resolution. More...
|
|
virtual void | GetResolution (int &, int &, int &) |
| Get/Set the output image resolution. More...
|
|
virtual void | GetResolution (int [3]) |
| Get/Set the output image resolution. More...
|
|
a source to generate an image volume.
vtkBoundedVolumeSource generate an image data given the position and scale factors for a unit volume.
Definition at line 29 of file vtkBoundedVolumeSource.h.
◆ Superclass
◆ vtkBoundedVolumeSource()
vtkBoundedVolumeSource::vtkBoundedVolumeSource |
( |
| ) |
|
|
protected |
◆ ~vtkBoundedVolumeSource()
vtkBoundedVolumeSource::~vtkBoundedVolumeSource |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkBoundedVolumeSource::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkBoundedVolumeSource::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkBoundedVolumeSource::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkBoundedVolumeSource::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ SetOrigin() [1/2]
virtual void vtkBoundedVolumeSource::SetOrigin |
( |
double |
, |
|
|
double |
, |
|
|
double |
|
|
) |
| |
|
virtual |
Get/Set the origin or translation for the unit volume.
◆ SetOrigin() [2/2]
virtual void vtkBoundedVolumeSource::SetOrigin |
( |
double |
[3] | ) |
|
|
virtual |
Get/Set the origin or translation for the unit volume.
◆ GetOrigin() [1/3]
virtual double* vtkBoundedVolumeSource::GetOrigin |
( |
| ) |
|
|
virtual |
Get/Set the origin or translation for the unit volume.
◆ GetOrigin() [2/3]
virtual void vtkBoundedVolumeSource::GetOrigin |
( |
double & |
, |
|
|
double & |
, |
|
|
double & |
|
|
) |
| |
|
virtual |
Get/Set the origin or translation for the unit volume.
◆ GetOrigin() [3/3]
virtual void vtkBoundedVolumeSource::GetOrigin |
( |
double |
[3] | ) |
|
|
virtual |
Get/Set the origin or translation for the unit volume.
◆ SetScale() [1/2]
virtual void vtkBoundedVolumeSource::SetScale |
( |
double |
, |
|
|
double |
, |
|
|
double |
|
|
) |
| |
|
virtual |
Get/Set the scale factor for a unit volume.
Note that scaling is applied before the translation.
◆ SetScale() [2/2]
virtual void vtkBoundedVolumeSource::SetScale |
( |
double |
[3] | ) |
|
|
virtual |
Get/Set the scale factor for a unit volume.
Note that scaling is applied before the translation.
◆ GetScale() [1/3]
virtual double* vtkBoundedVolumeSource::GetScale |
( |
| ) |
|
|
virtual |
Get/Set the scale factor for a unit volume.
Note that scaling is applied before the translation.
◆ GetScale() [2/3]
virtual void vtkBoundedVolumeSource::GetScale |
( |
double & |
, |
|
|
double & |
, |
|
|
double & |
|
|
) |
| |
|
virtual |
Get/Set the scale factor for a unit volume.
Note that scaling is applied before the translation.
◆ GetScale() [3/3]
virtual void vtkBoundedVolumeSource::GetScale |
( |
double |
[3] | ) |
|
|
virtual |
Get/Set the scale factor for a unit volume.
Note that scaling is applied before the translation.
◆ SetResolution() [1/2]
virtual void vtkBoundedVolumeSource::SetResolution |
( |
int |
, |
|
|
int |
, |
|
|
int |
|
|
) |
| |
|
virtual |
Get/Set the output image resolution.
◆ SetResolution() [2/2]
virtual void vtkBoundedVolumeSource::SetResolution |
( |
int |
[3] | ) |
|
|
virtual |
Get/Set the output image resolution.
◆ GetResolution() [1/3]
virtual int* vtkBoundedVolumeSource::GetResolution |
( |
| ) |
|
|
virtual |
Get/Set the output image resolution.
◆ GetResolution() [2/3]
virtual void vtkBoundedVolumeSource::GetResolution |
( |
int & |
, |
|
|
int & |
, |
|
|
int & |
|
|
) |
| |
|
virtual |
Get/Set the output image resolution.
◆ GetResolution() [3/3]
virtual void vtkBoundedVolumeSource::GetResolution |
( |
int |
[3] | ) |
|
|
virtual |
Get/Set the output image resolution.
◆ RequestInformation()
virtual int vtkBoundedVolumeSource::RequestInformation |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
◆ ExecuteDataWithInformation()
virtual void vtkBoundedVolumeSource::ExecuteDataWithInformation |
( |
vtkDataObject * |
data, |
|
|
vtkInformation * |
outInfo |
|
) |
| |
|
protectedvirtual |
◆ Origin
double vtkBoundedVolumeSource::Origin[3] |
|
protected |
◆ Scale
double vtkBoundedVolumeSource::Scale[3] |
|
protected |
◆ Resolution
int vtkBoundedVolumeSource::Resolution[3] |
|
protected |
The documentation for this class was generated from the following file: