Choreonoid  1.8
Classes | Namespaces | Typedefs
SceneDrawables.h File Reference
#include "SceneGraph.h"
#include "Image.h"
#include <cnoid/stdx/variant>
#include <memory>
#include <initializer_list>
#include "exportdecl.h"

Go to the source code of this file.

Classes

class  cnoid::SgMaterial
 
class  cnoid::SgImage
 
class  cnoid::SgTextureTransform
 
class  cnoid::SgTexture
 
class  cnoid::SgVectorArray< T, Alloc >
 
class  cnoid::SgMeshBase
 
class  cnoid::SgMesh
 
class  cnoid::SgMesh::Mesh
 
class  cnoid::SgMesh::Box
 
class  cnoid::SgMesh::Sphere
 
class  cnoid::SgMesh::Cylinder
 
class  cnoid::SgMesh::Cone
 
class  cnoid::SgMesh::Capsule
 
class  cnoid::SgPolygonMesh
 
class  cnoid::SgShape
 
class  cnoid::SgPlot
 
class  cnoid::SgPointSet
 
class  cnoid::SgLineSet
 
class  cnoid::SgOverlay
 
class  cnoid::SgViewportOverlay
 
struct  cnoid::SgViewportOverlay::ViewVolume
 

Namespaces

 cnoid
 

Typedefs

typedef ref_ptr< SgMaterial > cnoid::SgMaterialPtr
 
typedef ref_ptr< SgImage > cnoid::SgImagePtr
 
typedef ref_ptr< SgTextureTransform > cnoid::SgTextureTransformPtr
 
typedef ref_ptr< SgTexture > cnoid::SgTexturePtr
 
typedef SgVectorArray< Vector3f > cnoid::SgVertexArray
 
typedef ref_ptr< SgVertexArray > cnoid::SgVertexArrayPtr
 
typedef SgVectorArray< Vector3f > cnoid::SgNormalArray
 
typedef ref_ptr< SgNormalArray > cnoid::SgNormalArrayPtr
 
typedef SgVectorArray< Vector3f > cnoid::SgColorArray
 
typedef ref_ptr< SgColorArray > cnoid::SgColorArrayPtr
 
typedef SgVectorArray< Vector2f, Eigen::aligned_allocator< Vector2f > > cnoid::SgTexCoordArray
 
typedef ref_ptr< SgTexCoordArray > cnoid::SgTexCoordArrayPtr
 
typedef std::vector< int > cnoid::SgIndexArray
 
typedef ref_ptr< SgMeshBase > cnoid::SgMeshBasePtr
 
typedef ref_ptr< SgMesh > cnoid::SgMeshPtr
 
typedef ref_ptr< SgPolygonMesh > cnoid::SgPolygonMeshPtr
 
typedef ref_ptr< SgShape > cnoid::SgShapePtr
 
typedef ref_ptr< SgPlot > cnoid::SgPlotPtr
 
typedef ref_ptr< SgPointSet > cnoid::SgPointSetPtr
 
typedef ref_ptr< SgLineSet > cnoid::SgLineSetPtr
 
typedef ref_ptr< SgOverlay > cnoid::SgOverlayPtr
 
typedef ref_ptr< SgViewportOverlay > cnoid::SgViewportOverlayPtr
 

Detailed Description

Author
Shin'ichiro Nakaoka