This allow MeshTrian to interact with the messaging system. More...
Classes | |
class | BaseFileAccessCreator |
class | FileAccessCreator |
class | BaseFileAccess |
class | File |
class | FileAccess |
class | Image |
struct | DDSHeader |
class | ImageDDS |
class | ImageRAW |
class | Mesh |
class | MeshGmsh |
class | MeshOBJ |
class | MeshTopologyLoader |
class | SphereLoaderDataHook |
Inherit this class to load data from sphere description. More... | |
class | SphereLoader |
class | STBImageCreators |
class | STBImage |
class | TriangleLoader |
class | XspLoaderDataHook |
Inherit this class to load data from a Xsp file. More... | |
class | XspLoader |
Variables | |
Creator< Image::FactoryImage, ImageDDS > | ImageDDSClass ("dds") |
Creator< Mesh::FactoryMesh, MeshGmsh > | MeshGmshClass ("gmsh") |
Creator< Mesh::FactoryMesh, MeshOBJ > | MeshOBJClass ("obj") |
Creator< Mesh::FactoryMesh, MeshOBJ > | MeshOBJClass2 ("OBJ") |
const auto | stbImageCreation = STBImageCreators() |
This allow MeshTrian to interact with the messaging system.
For SOFA_HELPER_API.
This register the TriangleLoader object to the logging system so that we can use msg_*(this)
For size_t For std::string
Creator<Image::FactoryImage,ImageDDS> sofa::helper::io::ImageDDSClass("dds") | ( | "dds" | ) |
Creator<Mesh::FactoryMesh, MeshGmsh> sofa::helper::io::MeshGmshClass("gmsh") | ( | "gmsh" | ) |
Creator<Mesh::FactoryMesh,MeshOBJ> sofa::helper::io::MeshOBJClass("obj") | ( | "obj" | ) |
Creator<Mesh::FactoryMesh, MeshOBJ> sofa::helper::io::MeshOBJClass2("OBJ") | ( | "OBJ" | ) |
const auto sofa::helper::io::stbImageCreation = STBImageCreators() |