Point Cloud Library (PCL)  1.7.2
List of all members | Public Member Functions | Public Attributes
ON_RenderingAttributes Class Reference

#include <pcl/surface/3rdparty/opennurbs/opennurbs_rendering.h>

+ Inheritance diagram for ON_RenderingAttributes:

Public Member Functions

 ON_RenderingAttributes ()
void Default ()
int Compare (const ON_RenderingAttributes &other) const
bool Write (ON_BinaryArchive &archive) const
bool Read (ON_BinaryArchive &archive)
bool IsValid (ON_TextLog *text_log) const
const ON_MaterialRefMaterialRef (const ON_UUID &plugin_id) const

Public Attributes

ON_ClassArray< ON_MaterialRefm_materials

Detailed Description

Definition at line 21 of file opennurbs_rendering.h.

Constructor & Destructor Documentation

ON_RenderingAttributes::ON_RenderingAttributes ( )

Member Function Documentation

int ON_RenderingAttributes::Compare ( const ON_RenderingAttributes other) const
void ON_RenderingAttributes::Default ( )

Reimplemented in ON_ObjectRenderingAttributes.

bool ON_RenderingAttributes::IsValid ( ON_TextLog text_log) const

Reimplemented in ON_ObjectRenderingAttributes.

const ON_MaterialRef* ON_RenderingAttributes::MaterialRef ( const ON_UUID plugin_id) const
bool ON_RenderingAttributes::Read ( ON_BinaryArchive archive)

Reimplemented in ON_ObjectRenderingAttributes.

bool ON_RenderingAttributes::Write ( ON_BinaryArchive archive) const

Reimplemented in ON_ObjectRenderingAttributes.

Member Data Documentation

ON_ClassArray<ON_MaterialRef> ON_RenderingAttributes::m_materials

Definition at line 35 of file opennurbs_rendering.h.


The documentation for this class was generated from the following file: