Rhino C++ API
8.13
|
#include <opennurbs_dithering.h>
Public Types | |
enum | Methods { Methods::SimpleNoise, Methods::FloydSteinberg } |
Public Member Functions | |
ON_Dithering () | |
ON_Dithering (const ON_Dithering &dit) | |
ON_Dithering (ON_XMLNode &model_node) | |
virtual | ~ON_Dithering () |
virtual ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
Returns the CRC of the dithering state. More... | |
virtual bool | Enabled (void) const |
Get the dithering enabled state. More... | |
virtual void * | EVF (const wchar_t *func, void *data) |
Emergency virtual function for future expansion. More... | |
virtual Methods | Method (void) const |
Get the dithering method. More... | |
virtual void | OnInternalXmlChanged (const ON_Dithering *) |
For internal use only. More... | |
virtual bool | operator!= (const ON_Dithering &dit) const |
virtual const ON_Dithering & | operator= (const ON_Dithering &dit) |
virtual bool | operator== (const ON_Dithering &dit) const |
virtual void | SetEnabled (bool b) |
Enable or disable dithering. More... | |
virtual void | SetMethod (Methods m) |
Set the dithering method. More... | |
Copyright (c) 1993-2022 Robert McNeel & Associates. All rights reserved. OpenNURBS, Rhinoceros, and Rhino3D are registered trademarks of Robert McNeel & Associates.
THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR PURPOSE AND OF MERCHANTABILITY ARE HEREBY DISCLAIMED.
For complete openNURBS copyright information see http://www.opennurbs.org.
|
strong |
ON_Dithering::ON_Dithering | ( | ) |
ON_Dithering::ON_Dithering | ( | ON_XMLNode & | model_node | ) |
ON_Dithering::ON_Dithering | ( | const ON_Dithering & | dit | ) |
|
virtual |
|
virtual |
Returns the CRC of the dithering state.
|
virtual |
Get the dithering enabled state.
|
virtual |
Emergency virtual function for future expansion.
|
virtual |
Get the dithering method.
|
virtual |
For internal use only.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Enable or disable dithering.
|
virtual |
Set the dithering method.