|
0.45.0
|
Classes | |
| class | OMPF |
| class | ompfBaseChunk |
| struct | OMPFDefaultConfiguration |
| class | ompfEmitterChunk |
| class | ompfExternalReferenceChunk |
| class | ompfGroupChunk |
| class | ompfHeaderChunk |
| class | ompfMaterialReferenceChunk |
| class | ompfMeshChunk |
| class | ompfParticleSystemChunk |
| class | ompfSettings |
| class | ompfTransformChunk |
Enumerations | |
| enum class | OMPFChunkType { Invalid = 0x00 , Header = 0x01 , Group = 0x02 , Transform = 0x03 , External = 0x04 , Mesh = 0x06 , Emitter = 0x08 , ParticleSystem = 0x09 , MaterialReference = 0x0a } |
| enum class | OMPFPathType { RelativeToModel = 0 , RelativeToApplication = 1 , RelativeToCurrentDirectory = 2 , Absolute = 3 , Undefined = 100 } |
Functions | |
| std::wostream & | operator<< (std::wostream &stream, const OMPFChunkType chunkType) |
| std::wostream & | operator<< (std::wostream &stream, const OMPFPathType pathType) |
|
strong |
|
strong |
| std::wostream & OMPF::operator<< | ( | std::wostream & | stream, |
| const OMPFChunkType | chunkType | ||
| ) |
stream operator for chunk type
| stream | the destination |
| chunkType | the chunk type to stream |
| std::wostream & OMPF::operator<< | ( | std::wostream & | stream, |
| const OMPFPathType | pathType | ||
| ) |
stream operator for chunk type
| stream | the destination |
| pathType | the path type to stream |