Rhino C++ API  9.0
CRhinoParameterDictionary Member List

This is the complete list of members for CRhinoParameterDictionary, including all inherited members.

CRhinoParameterDictionary()CRhinoParameterDictionary
CRhParameterDictionary classCRhinoParameterDictionaryfriend
GetArc(const wchar_t *name, ON_Arc &arc) constCRhinoParameterDictionary
GetBool(const wchar_t *name, bool &value) constCRhinoParameterDictionary
GetColor(const wchar_t *name, ON_Color &point) constCRhinoParameterDictionary
GetDouble(const wchar_t *name, double &value) constCRhinoParameterDictionary
GetInt(const wchar_t *name, int &value) constCRhinoParameterDictionary
GetLine(const wchar_t *name, ON_Line &line) constCRhinoParameterDictionary
GetMeshParameters(const wchar_t *name, ON_MeshParameters &value) constCRhinoParameterDictionary
GetPlane(const wchar_t *name, ON_Plane &plane) constCRhinoParameterDictionary
GetPoint(const wchar_t *name, ON_2iPoint &point) constCRhinoParameterDictionary
GetPoint(const wchar_t *name, ON_3dPoint &point) constCRhinoParameterDictionary
GetPoints(const wchar_t *name, ON_SimpleArray< ON_3dPoint > &pts) constCRhinoParameterDictionary
GetString(const wchar_t *name, ON_wString &value) constCRhinoParameterDictionary
GetUnsignedInt(const wchar_t *name, unsigned int &value) constCRhinoParameterDictionary
GetUnsignedIntList(const wchar_t *name, ON_SimpleArray< unsigned int > &list)CRhinoParameterDictionary
GetUuid(const wchar_t *name, ON_UUID &value) constCRhinoParameterDictionary
GetUuidList(const wchar_t *name, ON_SimpleArray< ON_UUID > &value) constCRhinoParameterDictionary
GetVector(const wchar_t *name, ON_3dVector &vector) constCRhinoParameterDictionary
GetViewport(const wchar_t *name, ON_Viewport &viewport) constCRhinoParameterDictionary
SetArc(const wchar_t *name, const ON_Arc &arc)CRhinoParameterDictionary
SetBool(const wchar_t *name, bool value)CRhinoParameterDictionary
SetColor(const wchar_t *name, const ON_Color &point)CRhinoParameterDictionary
SetDouble(const wchar_t *name, double value)CRhinoParameterDictionary
SetInt(const wchar_t *name, int value)CRhinoParameterDictionary
SetLine(const wchar_t *name, const ON_Line &line)CRhinoParameterDictionary
SetMeshParameters(const wchar_t *name, const ON_MeshParameters &value)CRhinoParameterDictionary
SetPlane(const wchar_t *name, const ON_Plane &plane)CRhinoParameterDictionary
SetPoint(const wchar_t *name, const ON_2iPoint &point)CRhinoParameterDictionary
SetPoint(const wchar_t *name, const ON_3dPoint &point)CRhinoParameterDictionary
SetPoints(const wchar_t *name, const ON_SimpleArray< ON_3dPoint > &pts)CRhinoParameterDictionary
SetString(const wchar_t *name, const wchar_t *value)CRhinoParameterDictionary
SetUnsignedInt(const wchar_t *name, unsigned int value)CRhinoParameterDictionary
SetUnsignedIntList(const wchar_t *name, const ON_SimpleArray< unsigned int > &list)CRhinoParameterDictionary
SetUuid(const wchar_t *name, const ON_UUID &value)CRhinoParameterDictionary
SetUuidList(const wchar_t *name, const ON_SimpleArray< ON_UUID > &value)CRhinoParameterDictionary
SetVector(const wchar_t *name, const ON_3dVector &vector)CRhinoParameterDictionary
SetViewport(const wchar_t *name, const ON_Viewport &viewport)CRhinoParameterDictionary
~CRhinoParameterDictionary()CRhinoParameterDictionaryvirtual