HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GeometryHandler.h File Reference
#include <MaterialXRender/Export.h>
#include <MaterialXRender/Mesh.h>
#include <MaterialXFormat/File.h>
#include <map>
+ Include dependency graph for GeometryHandler.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GeometryLoader
 
class  GeometryHandler
 

Typedefs

using GeometryLoaderPtr = std::shared_ptr< class GeometryLoader >
 Shared pointer to a GeometryLoader. More...
 
using GeometryHandlerPtr = std::shared_ptr< class GeometryHandler >
 Shared pointer to an GeometryHandler. More...
 
using GeometryLoaderMap = std::multimap< string, GeometryLoaderPtr >
 Map of extensions to image loaders. More...
 

Detailed Description

Geometry loader interfaces

Definition in file GeometryHandler.h.

Typedef Documentation

using GeometryHandlerPtr = std::shared_ptr<class GeometryHandler>

Shared pointer to an GeometryHandler.

Definition at line 55 of file GeometryHandler.h.

using GeometryLoaderMap = std::multimap<string, GeometryLoaderPtr>

Map of extensions to image loaders.

Definition at line 58 of file GeometryHandler.h.

using GeometryLoaderPtr = std::shared_ptr<class GeometryLoader>

Shared pointer to a GeometryLoader.

Definition at line 22 of file GeometryHandler.h.