#include <opennurbs_rendering.h>
Public Member Functions | |
ON_RenderingAttributes () | |
int | Compare (const ON_RenderingAttributes &other) const |
void | Default () |
bool | IsValid (ON_TextLog *text_log) const |
const ON_MaterialRef * | MaterialRef (const ON_UUID &plugin_id) const |
bool | Read (ON_BinaryArchive &archive) |
bool | Write (ON_BinaryArchive &archive) const |
Public Attributes | |
ON_ClassArray< ON_MaterialRef > | m_materials |
ON_RenderingAttributes::ON_RenderingAttributes | ( | ) |
int ON_RenderingAttributes::Compare | ( | const ON_RenderingAttributes & | other | ) | const |
void ON_RenderingAttributes::Default | ( | ) |
bool ON_RenderingAttributes::IsValid | ( | ON_TextLog * | text_log | ) | const |
const ON_MaterialRef* ON_RenderingAttributes::MaterialRef | ( | const ON_UUID & | plugin_id | ) | const |
bool ON_RenderingAttributes::Read | ( | ON_BinaryArchive & | archive | ) |
bool ON_RenderingAttributes::Write | ( | ON_BinaryArchive & | archive | ) | const |
ON_ClassArray<ON_MaterialRef> ON_RenderingAttributes::m_materials |