DATAKIT SDK  V2026.1
testcreatemesh.hpp
Go to the documentation of this file.
1 namespace sampleWriter
2 {
3 
6  void FillFacesColors( Dtk_MeshPtr &inoutCubeMesh );
8  Dtk_MeshPtr CreateTexturedMeshCube( const Dtk_string& inImageDirectory );
9  Dtk_MeshPtr CreateMeshCuboid( const Dtk_pnt & inPnt1, const Dtk_pnt &inPnt2 );
13  Dtk_MeshPtr CreateMeshCylinder( int nbpoints );
18 
20 }
sampleWriter::CreateMeshCube
Dtk_MeshPtr CreateMeshCube()
Mesh Cube sample.
Definition: testcreatemesh.cpp:204
sampleWriter::CreateMeshCubeVertexColor
Dtk_MeshPtr CreateMeshCubeVertexColor()
Definition: testcreatemesh.cpp:296
sampleWriter::CreateMeshPoints
Dtk_MeshPtr CreateMeshPoints()
Points mesh sample.
Definition: testcreatemesh.cpp:436
Dtk_string
This is a high level string class.
Definition: dtk_string.hpp:53
sampleWriter::FillFacesColors
void FillFacesColors(Dtk_MeshPtr &inoutCubeMesh)
Filling mesh faces with colors.
Definition: testcreatemesh.cpp:241
sampleWriter::CreateMeshWire
Dtk_MeshPtr CreateMeshWire()
Wire mesh sample.
Definition: testcreatemesh.cpp:385
sampleWriter::CreateTexturedMeshCube
Dtk_MeshPtr CreateTexturedMeshCube(const Dtk_string &inImageDirectory)
Textured Mesh Cube sample.
Definition: testcreatemesh.cpp:269
sampleWriter
Definition: testcreatecube.cpp:9
sampleWriter::CreateCubeRenderInfos
Dtk_RenderInfosPtr CreateCubeRenderInfos()
Definition: testcreatemesh.cpp:495
Dtk_SmartPtr
Definition: util_ptr_dtk.hpp:37
sampleWriter::CreateMeshCylinder
Dtk_MeshPtr CreateMeshCylinder(int nbpoints)
Mesh Cylinder sample.
Definition: testcreatemesh.cpp:334
Dtk_pnt
This is a mathematical point class.
Definition: dtk_pnt.hpp:20
sampleWriter::CreateMeshCuboid
Dtk_MeshPtr CreateMeshCuboid(const Dtk_pnt &inFirstPoint, const Dtk_pnt &inSecondPoint)
Definition: testcreatemesh.cpp:455