Version: 9.12.0
VTKViewer_Transform Class Reference

Describes linear transformations via a 4x4 matrix. More...

#include <VTKViewer_Transform.h>

Inheritance diagram for VTKViewer_Transform:
Inheritance graph

Public Member Functions

 vtkTypeMacro (VTKViewer_Transform, vtkTransform) int IsIdentity()
 
void SetMatrixScale (double theScaleX, double theScaleY, double theScaleZ)
 
void GetMatrixScale (double theScale[3])
 

Static Public Member Functions

static VTKViewer_TransformNew ()
 

Protected Member Functions

 VTKViewer_Transform ()
 
 VTKViewer_Transform (const VTKViewer_Transform &)
 
 ~VTKViewer_Transform ()
 
void operator= (const VTKViewer_Transform &)
 

Detailed Description

Describes linear transformations via a 4x4 matrix.

See also
vtkTransform class

Constructor & Destructor Documentation

◆ VTKViewer_Transform() [1/2]

VTKViewer_Transform::VTKViewer_Transform ( )
inlineprotected

Constructor.

Do nothing

◆ VTKViewer_Transform() [2/2]

VTKViewer_Transform::VTKViewer_Transform ( const VTKViewer_Transform )
inlineprotected

Copy contructor.

Do nothing

◆ ~VTKViewer_Transform()

VTKViewer_Transform::~VTKViewer_Transform ( )
inlineprotected

Destructor.

Do nothing

Member Function Documentation

◆ GetMatrixScale()

void VTKViewer_Transform::GetMatrixScale ( double  theScale[3])

Gets matrix scale.

References theScale.

◆ New()

static VTKViewer_Transform* VTKViewer_Transform::New ( )
static

Create new instance of VTKViewer_Transform.

◆ operator=()

void VTKViewer_Transform::operator= ( const VTKViewer_Transform )
inlineprotected

Operator =

Do nothing

◆ SetMatrixScale()

void VTKViewer_Transform::SetMatrixScale ( double  theScaleX,
double  theScaleY,
double  theScaleZ 
)

◆ vtkTypeMacro()

VTKViewer_Transform::vtkTypeMacro ( VTKViewer_Transform  ,
vtkTransform   
)

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