|
Rhino C++ API
9.0
|
This is the complete list of members for CRhinoParameterDictionary, including all inherited members.
| CRhinoParameterDictionary() | CRhinoParameterDictionary | |
| CRhParameterDictionary class | CRhinoParameterDictionary | friend |
| GetArc(const wchar_t *name, ON_Arc &arc) const | CRhinoParameterDictionary | |
| GetBool(const wchar_t *name, bool &value) const | CRhinoParameterDictionary | |
| GetColor(const wchar_t *name, ON_Color &point) const | CRhinoParameterDictionary | |
| GetDouble(const wchar_t *name, double &value) const | CRhinoParameterDictionary | |
| GetInt(const wchar_t *name, int &value) const | CRhinoParameterDictionary | |
| GetLine(const wchar_t *name, ON_Line &line) const | CRhinoParameterDictionary | |
| GetMeshParameters(const wchar_t *name, ON_MeshParameters &value) const | CRhinoParameterDictionary | |
| GetPlane(const wchar_t *name, ON_Plane &plane) const | CRhinoParameterDictionary | |
| GetPoint(const wchar_t *name, ON_2iPoint &point) const | CRhinoParameterDictionary | |
| GetPoint(const wchar_t *name, ON_3dPoint &point) const | CRhinoParameterDictionary | |
| GetPoints(const wchar_t *name, ON_SimpleArray< ON_3dPoint > &pts) const | CRhinoParameterDictionary | |
| GetString(const wchar_t *name, ON_wString &value) const | CRhinoParameterDictionary | |
| GetUnsignedInt(const wchar_t *name, unsigned int &value) const | CRhinoParameterDictionary | |
| GetUnsignedIntList(const wchar_t *name, ON_SimpleArray< unsigned int > &list) | CRhinoParameterDictionary | |
| GetUuid(const wchar_t *name, ON_UUID &value) const | CRhinoParameterDictionary | |
| GetUuidList(const wchar_t *name, ON_SimpleArray< ON_UUID > &value) const | CRhinoParameterDictionary | |
| GetVector(const wchar_t *name, ON_3dVector &vector) const | CRhinoParameterDictionary | |
| GetViewport(const wchar_t *name, ON_Viewport &viewport) const | CRhinoParameterDictionary | |
| 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() | CRhinoParameterDictionary | virtual |
1.8.17