Chemical Data Processing Library C++ API - Version 1.3.0
Namespaces | Variables
Object3DProperty.hpp File Reference

Definition of constants in namespace CDPL::Vis::Object3DProperty. More...

#include "CDPL/Vis/APIPrefix.hpp"

Go to the source code of this file.

Namespaces

 CDPL
 The namespace of the Chemical Data Processing Library.
 
 CDPL::Base
 Contains core framework classes and functions.
 
 CDPL::Vis
 Contains classes and functions related to data visualization.
 
 CDPL::Vis::Object3DProperty
 Provides keys for built-in Vis::Object3D properties.
 

Variables

CDPL_VIS_API const Base::LookupKey CDPL::Vis::Object3DProperty::SHAPE
 Specifies the Vis::Shape3D instance associated with the 3D object. Value Type: Vis::Shape3D::SharedPointer. More...
 
CDPL_VIS_API const Base::LookupKey CDPL::Vis::Object3DProperty::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 CDPL::Vis::Object3DProperty::MATERIAL
 Specifies the material properties of the 3D object and all sub-objects. Value Type: Vis::Material. More...
 

Detailed Description

Definition of constants in namespace CDPL::Vis::Object3DProperty.