#include <vtkBoundedPlaneSource.h>
|
| | vtkTypeMacro (vtkBoundedPlaneSource, vtkPolyDataAlgorithm) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| |
| | vtkSetVector3Macro (Center, double) |
| |
| | vtkGetVector3Macro (Center, double) |
| |
| | vtkSetVector3Macro (Normal, double) |
| |
| | vtkGetVector3Macro (Normal, double) |
| |
| | vtkSetVector6Macro (BoundingBox, double) |
| |
| | vtkGetVector6Macro (BoundingBox, double) |
| |
| | vtkSetClampMacro (RefinementMode, int, USE_RESOLUTION, USE_CELL_SIZE) |
| |
| | vtkGetMacro (RefinementMode, int) |
| |
| | vtkSetClampMacro (Resolution, int, 1, VTK_INT_MAX) |
| |
| | vtkGetMacro (Resolution, int) |
| |
| | vtkSetMacro (CellSize, double) |
| |
| | vtkGetMacro (CellSize, double) |
| |
| | vtkSetClampMacro (Padding, double, 0, VTK_DOUBLE_MAX) |
| |
| | vtkGetMacro (Padding, double) |
| |
Definition at line 12 of file vtkBoundedPlaneSource.h.
◆ RefinementModes
◆ vtkBoundedPlaneSource()
| vtkBoundedPlaneSource::vtkBoundedPlaneSource |
( |
| ) |
|
|
protected |
◆ ~vtkBoundedPlaneSource()
| vtkBoundedPlaneSource::~vtkBoundedPlaneSource |
( |
| ) |
|
|
overrideprotected |
◆ New()
◆ PrintSelf()
| void vtkBoundedPlaneSource::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
override |
◆ RequestData()
| int vtkBoundedPlaneSource::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
overrideprotected |
◆ vtkGetMacro() [1/4]
| vtkBoundedPlaneSource::vtkGetMacro |
( |
CellSize |
, |
|
|
double |
|
|
) |
| |
◆ vtkGetMacro() [2/4]
| vtkBoundedPlaneSource::vtkGetMacro |
( |
Padding |
, |
|
|
double |
|
|
) |
| |
◆ vtkGetMacro() [3/4]
◆ vtkGetMacro() [4/4]
| vtkBoundedPlaneSource::vtkGetMacro |
( |
Resolution |
, |
|
|
int |
|
|
) |
| |
◆ vtkGetVector3Macro() [1/2]
| vtkBoundedPlaneSource::vtkGetVector3Macro |
( |
Center |
, |
|
|
double |
|
|
) |
| |
◆ vtkGetVector3Macro() [2/2]
| vtkBoundedPlaneSource::vtkGetVector3Macro |
( |
Normal |
, |
|
|
double |
|
|
) |
| |
◆ vtkGetVector6Macro()
| vtkBoundedPlaneSource::vtkGetVector6Macro |
( |
BoundingBox |
, |
|
|
double |
|
|
) |
| |
◆ vtkSetClampMacro() [1/3]
| vtkBoundedPlaneSource::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 before generating the plane.
◆ vtkSetClampMacro() [2/3]
Get/Set how the output refinement is to be determined.
◆ vtkSetClampMacro() [3/3]
| vtkBoundedPlaneSource::vtkSetClampMacro |
( |
Resolution |
, |
|
|
int |
, |
|
|
1 |
, |
|
|
VTK_INT_MAX |
|
|
) |
| |
Specify the resolution of the plane. Used only when RefinementMode is set to USE_RESOLUTION.
◆ vtkSetMacro()
| vtkBoundedPlaneSource::vtkSetMacro |
( |
CellSize |
, |
|
|
double |
|
|
) |
| |
Specify the cell-size of the plane. Used only when RefinementMode is set to USE_CELL_SIZE.
◆ vtkSetVector3Macro() [1/2]
| vtkBoundedPlaneSource::vtkSetVector3Macro |
( |
Center |
, |
|
|
double |
|
|
) |
| |
Get/Set the center for the plane. Note that if the center is outside the specified bounds, this source will produce empty poly data.
◆ vtkSetVector3Macro() [2/2]
| vtkBoundedPlaneSource::vtkSetVector3Macro |
( |
Normal |
, |
|
|
double |
|
|
) |
| |
Get/Set the normal for the plane.
◆ vtkSetVector6Macro()
| vtkBoundedPlaneSource::vtkSetVector6Macro |
( |
BoundingBox |
, |
|
|
double |
|
|
) |
| |
Get/Set the bounding box for the plane.
◆ vtkTypeMacro()
◆ BoundingBox
| double vtkBoundedPlaneSource::BoundingBox[6] |
|
protected |
◆ CellSize
| double vtkBoundedPlaneSource::CellSize |
|
protected |
◆ Center
| double vtkBoundedPlaneSource::Center[3] |
|
protected |
◆ Normal
| double vtkBoundedPlaneSource::Normal[3] |
|
protected |
◆ Padding
| double vtkBoundedPlaneSource::Padding |
|
protected |
◆ RefinementMode
| int vtkBoundedPlaneSource::RefinementMode |
|
protected |
◆ Resolution
| int vtkBoundedPlaneSource::Resolution |
|
protected |
The documentation for this class was generated from the following files: