Base class of Gauss Points settings.
#include <VISU_GaussPtsSettings.h>
Public Member Functions |
| | vtkTypeMacro (VISU_GaussPtsSettings, vtkObject) |
| | VISU_GaussPtsSettings () |
| virtual | ~VISU_GaussPtsSettings () |
| | vtkSetMacro (Initial, bool) |
| | vtkGetMacro (Initial, bool) |
| | vtkSetMacro (PrimitiveType, int) |
| | vtkGetMacro (PrimitiveType, int) |
| | vtkSetMacro (Clamp, vtkFloatingPointType) |
| | vtkGetMacro (Clamp, vtkFloatingPointType) |
| | vtkSetMacro (Texture, vtkImageData *) |
| | vtkGetMacro (Texture, vtkImageData *) |
| | vtkSetMacro (AlphaThreshold, vtkFloatingPointType) |
| | vtkGetMacro (AlphaThreshold, vtkFloatingPointType) |
| | vtkSetMacro (Resolution, int) |
| | vtkGetMacro (Resolution, int) |
| | vtkSetMacro (Magnification, vtkFloatingPointType) |
| | vtkGetMacro (Magnification, vtkFloatingPointType) |
| | vtkSetMacro (Increment, vtkFloatingPointType) |
| | vtkGetMacro (Increment, vtkFloatingPointType) |
Static Public Member Functions |
| static VISU_GaussPtsSettings * | New () |
Protected Attributes |
| bool | Initial |
| int | PrimitiveType |
| vtkFloatingPointType | Clamp |
| vtkImageData * | Texture |
| vtkFloatingPointType | AlphaThreshold |
| int | Resolution |
| vtkFloatingPointType | Magnification |
| vtkFloatingPointType | Increment |
Constructor & Destructor Documentation
| VISU_GaussPtsSettings::VISU_GaussPtsSettings |
( |
| ) |
|
| VISU_GaussPtsSettings::~VISU_GaussPtsSettings |
( |
| ) |
[virtual] |
Member Function Documentation
| VISU_GaussPtsSettings.vtkSetMacro |
( |
Initial |
, |
|
|
bool |
|
|
) |
| |
| VISU_GaussPtsSettings.vtkGetMacro |
( |
Initial |
, |
|
|
bool |
|
|
) |
| |
| VISU_GaussPtsSettings.vtkSetMacro |
( |
Clamp |
, |
|
|
vtkFloatingPointType |
|
|
) |
| |
| VISU_GaussPtsSettings.vtkGetMacro |
( |
Clamp |
, |
|
|
vtkFloatingPointType |
|
|
) |
| |
| VISU_GaussPtsSettings.vtkSetMacro |
( |
Texture |
, |
|
|
vtkImageData * |
|
|
) |
| |
| VISU_GaussPtsSettings.vtkGetMacro |
( |
Texture |
, |
|
|
vtkImageData * |
|
|
) |
| |
| VISU_GaussPtsSettings.vtkSetMacro |
( |
AlphaThreshold |
, |
|
|
vtkFloatingPointType |
|
|
) |
| |
| VISU_GaussPtsSettings.vtkGetMacro |
( |
AlphaThreshold |
, |
|
|
vtkFloatingPointType |
|
|
) |
| |
| VISU_GaussPtsSettings.vtkSetMacro |
( |
Resolution |
, |
|
|
int |
|
|
) |
| |
| VISU_GaussPtsSettings.vtkGetMacro |
( |
Resolution |
, |
|
|
int |
|
|
) |
| |
| VISU_GaussPtsSettings.vtkSetMacro |
( |
Magnification |
, |
|
|
vtkFloatingPointType |
|
|
) |
| |
| VISU_GaussPtsSettings.vtkGetMacro |
( |
Magnification |
, |
|
|
vtkFloatingPointType |
|
|
) |
| |
| VISU_GaussPtsSettings.vtkSetMacro |
( |
Increment |
, |
|
|
vtkFloatingPointType |
|
|
) |
| |
| VISU_GaussPtsSettings.vtkGetMacro |
( |
Increment |
, |
|
|
vtkFloatingPointType |
|
|
) |
| |
Field Documentation