Chemical Data Processing Library C++ API - Version 1.3.0
Variables
CDPL::Vis::Object3DProperty Namespace Reference

Provides keys for built-in Vis::Object3D properties. More...

Variables

CDPL_VIS_API const Base::LookupKey SHAPE
 Specifies the Vis::Shape3D instance associated with the 3D object. Value Type: Vis::Shape3D::SharedPointer. More...
 
CDPL_VIS_API const Base::LookupKey TRANSFORMATION_MATRIX
 Specifies a transformation to apply to the geometry of the 3D object and all sub-objects. Value Type: Math::Matrix4D. More...
 
CDPL_VIS_API const Base::LookupKey MATERIAL
 Specifies the material properties of the 3D object and all sub-objects. Value Type: Vis::Material. More...
 

Detailed Description

Provides keys for built-in Vis::Object3D properties.

Since
1.3

Variable Documentation

◆ SHAPE

CDPL_VIS_API const Base::LookupKey CDPL::Vis::Object3DProperty::SHAPE
extern

Specifies the Vis::Shape3D instance associated with the 3D object. Value Type: Vis::Shape3D::SharedPointer.

◆ TRANSFORMATION_MATRIX

CDPL_VIS_API const Base::LookupKey CDPL::Vis::Object3DProperty::TRANSFORMATION_MATRIX
extern

Specifies a transformation to apply to the geometry of the 3D object and all sub-objects. Value Type: Math::Matrix4D.

◆ MATERIAL

CDPL_VIS_API const Base::LookupKey CDPL::Vis::Object3DProperty::MATERIAL
extern

Specifies the material properties of the 3D object and all sub-objects. Value Type: Vis::Material.