#include <opennurbs_rendering.h>
Public Member Functions | |
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 |
ON_RenderingAttributes () | |
bool | Read (ON_BinaryArchive &archive) |
bool | Write (ON_BinaryArchive &archive) const |
Public Attributes | |
ON_ClassArray< ON_MaterialRef > | m_materials |
Definition at line 21 of file opennurbs_rendering.h.
Definition at line 4380 of file opennurbs_material.cpp.
int ON_RenderingAttributes::Compare | ( | const ON_RenderingAttributes & | other | ) | const |
Definition at line 4473 of file opennurbs_material.cpp.
void ON_RenderingAttributes::Default | ( | ) |
Reimplemented in ON_ObjectRenderingAttributes.
Definition at line 4395 of file opennurbs_material.cpp.
bool ON_RenderingAttributes::IsValid | ( | ON_TextLog * | text_log | ) | const |
Reimplemented in ON_ObjectRenderingAttributes.
Definition at line 4413 of file opennurbs_material.cpp.
const ON_MaterialRef * ON_RenderingAttributes::MaterialRef | ( | const ON_UUID & | plugin_id | ) | const |
Definition at line 4488 of file opennurbs_material.cpp.
bool ON_RenderingAttributes::Read | ( | ON_BinaryArchive & | archive | ) |
Reimplemented in ON_ObjectRenderingAttributes.
Definition at line 4796 of file opennurbs_material.cpp.
bool ON_RenderingAttributes::Write | ( | ON_BinaryArchive & | archive | ) | const |
Reimplemented in ON_ObjectRenderingAttributes.
Definition at line 4779 of file opennurbs_material.cpp.
Definition at line 35 of file opennurbs_rendering.h.