Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
VTKViewer_DataSetMapper Class Reference

#include <VTKViewer_DataSetMapper.h>

Inheritance diagram for VTKViewer_DataSetMapper:
Inheritance graph

Public Member Functions

 vtkTypeMacro (VTKViewer_DataSetMapper, vtkDataSetMapper)
 
void SetMarkerEnabled (bool)
 Set point marker enabled. More...
 
void SetBallEnabled (bool)
 Set ball element enabled. More...
 
void SetBallScale (double)
 Set ball element scale factor. More...
 
void SetMarkerStd (VTK::MarkerType, VTK::MarkerScale)
 Set standard point marker. More...
 
void SetMarkerTexture (int, VTK::MarkerTexture)
 Set custom point marker. More...
 
VTK::MarkerType GetMarkerType ()
 Get type of the point marker. More...
 
VTK::MarkerScale GetMarkerScale ()
 Get scale of the point marker. More...
 
int GetMarkerTexture ()
 Get texture identifier of the point marker. More...
 
void Render (vtkRenderer *ren, vtkActor *act)
 Implement superclass render method. More...
 

Static Public Member Functions

static VTKViewer_DataSetMapperNew ()
 

Protected Member Functions

 VTKViewer_DataSetMapper ()
 
 ~VTKViewer_DataSetMapper ()
 

Private Member Functions

 VTKViewer_DataSetMapper (const VTKViewer_DataSetMapper &)
 
void operator= (const VTKViewer_DataSetMapper &)
 

Private Attributes

bool MarkerEnabled
 
bool BallEnabled
 
double BallScale
 
VTK::MarkerType MarkerType
 
VTK::MarkerScale MarkerScale
 
int MarkerId
 
VTK::MarkerTexture MarkerTexture
 

Constructor & Destructor Documentation

VTKViewer_DataSetMapper::VTKViewer_DataSetMapper ( )
protected
VTKViewer_DataSetMapper::~VTKViewer_DataSetMapper ( )
protected
VTKViewer_DataSetMapper::VTKViewer_DataSetMapper ( const VTKViewer_DataSetMapper )
private

Member Function Documentation

VTK::MarkerScale VTKViewer_DataSetMapper::GetMarkerScale ( )

References MarkerScale.

int VTKViewer_DataSetMapper::GetMarkerTexture ( )

References MarkerId.

VTK::MarkerType VTKViewer_DataSetMapper::GetMarkerType ( )

References MarkerType.

static VTKViewer_DataSetMapper* VTKViewer_DataSetMapper::New ( )
static
void VTKViewer_DataSetMapper::operator= ( const VTKViewer_DataSetMapper )
private
void VTKViewer_DataSetMapper::SetBallEnabled ( bool  theBallEnabled)

References BallEnabled.

void VTKViewer_DataSetMapper::SetBallScale ( double  theBallScale)

References BallScale.

void VTKViewer_DataSetMapper::SetMarkerEnabled ( bool  theMarkerEnabled)

References MarkerEnabled.

void VTKViewer_DataSetMapper::SetMarkerStd ( VTK::MarkerType  theMarkerType,
VTK::MarkerScale  theMarkerScale 
)

References MarkerScale, and MarkerType.

void VTKViewer_DataSetMapper::SetMarkerTexture ( int  theMarkerId,
VTK::MarkerTexture  theMarkerTexture 
)
VTKViewer_DataSetMapper::vtkTypeMacro ( VTKViewer_DataSetMapper  ,
vtkDataSetMapper   
)

Member Data Documentation

bool VTKViewer_DataSetMapper::BallEnabled
private
double VTKViewer_DataSetMapper::BallScale
private
bool VTKViewer_DataSetMapper::MarkerEnabled
private
int VTKViewer_DataSetMapper::MarkerId
private
VTK::MarkerScale VTKViewer_DataSetMapper::MarkerScale
private
VTK::MarkerTexture VTKViewer_DataSetMapper::MarkerTexture
private
VTK::MarkerType VTKViewer_DataSetMapper::MarkerType
private

The documentation for this class was generated from the following files: