|
Rhino C++ API
8.24
|
This is the complete list of members for ON_3dPointListRef, including all inherited members.
| DoublePrecision() const | ON_3dPointListRef | |
| EmptyPointList | ON_3dPointListRef | static |
| FromDoubleArray(size_t point_count, size_t point_stride, const double *point_array) | ON_3dPointListRef | static |
| FromFloatArray(size_t point_count, size_t point_stride, const float *point_array) | ON_3dPointListRef | static |
| FromMesh(const class ON_Mesh *mesh) | ON_3dPointListRef | static |
| FromPointArray(const class ON_SimpleArray< ON_3dPoint > &point_array) | ON_3dPointListRef | static |
| FromPointArray(const class ON_SimpleArray< ON_3fPoint > &point_array) | ON_3dPointListRef | static |
| GetMeshFacePoints(const class ON_MeshFace *mesh_face, ON_3dPoint face_points[4]) const | ON_3dPointListRef | |
| GetMeshNgonPoints(const class ON_MeshNgon *mesh_ngon, size_t ngon_points_capacity, class ON_3dPoint *ngon_points) const | ON_3dPointListRef | |
| GetMeshNgonPoints(const class ON_MeshNgon *mesh_ngon, ON_SimpleArray< ON_3dPoint > &ngon_points) const | ON_3dPointListRef | |
| GetPoint(unsigned int point_index, double buffer[3]) const | ON_3dPointListRef | inline |
| GetPoints(int point_index_count, const int *point_index_list, class ON_3dPoint *points) const | ON_3dPointListRef | |
| GetPoints(unsigned int point_index_count, const unsigned int *point_index_list, class ON_3dPoint *points) const | ON_3dPointListRef | |
| GetPoints(const ON_SimpleArray< int > &point_index_list, ON_SimpleArray< ON_3dPoint > &points) const | ON_3dPointListRef | |
| GetPoints(int point_index_count, const int *point_index_list, ON_SimpleArray< ON_3dPoint > &points) const | ON_3dPointListRef | |
| GetPoints(unsigned int point_index_count, const unsigned int *point_index_list, ON_SimpleArray< ON_3dPoint > &points) const | ON_3dPointListRef | |
| GetQuadPoints(const int quad_point_indices[4], class ON_3dPoint quad_points[4]) const | ON_3dPointListRef | |
| GetQuadPoints(const unsigned int quad_point_indices[4], class ON_3dPoint quad_points[4]) const | ON_3dPointListRef | |
| GetTrianglePoints(const int triangle_point_indices[3], class ON_3dPoint triangle_points[3]) const | ON_3dPointListRef | |
| GetTrianglePoints(const unsigned int triangle_point_indices[3], class ON_3dPoint triangle_points[3]) const | ON_3dPointListRef | |
| ON_3dPointListRef() | ON_3dPointListRef | inline |
| ON_3dPointListRef(const class ON_Mesh *mesh) | ON_3dPointListRef | |
| ON_3dPointListRef(const class ON_SimpleArray< ON_3dPoint > &point_array) | ON_3dPointListRef | |
| ON_3dPointListRef(const class ON_SimpleArray< ON_3fPoint > &point_array) | ON_3dPointListRef | |
| operator[](int point_index) const | ON_3dPointListRef | inline |
| operator[](unsigned int point_index) const | ON_3dPointListRef | inline |
| operator[](ON__INT64 point_index) const | ON_3dPointListRef | inline |
| operator[](ON__UINT64 point_index) const | ON_3dPointListRef | inline |
| Point(unsigned int point_index) const | ON_3dPointListRef | inline |
| PointCount() const | ON_3dPointListRef | inline |
| PointDoubleArray() const | ON_3dPointListRef | inline |
| PointFloatArray() const | ON_3dPointListRef | inline |
| PointStride() const | ON_3dPointListRef | inline |
| Precision() const | ON_3dPointListRef | |
| SetFromDoubleArray(size_t point_count, size_t point_stride, const double *point_array) | ON_3dPointListRef | |
| SetFromFloatArray(size_t point_count, size_t point_stride, const float *point_array) | ON_3dPointListRef | |
| SetFromMesh(const class ON_Mesh *mesh) | ON_3dPointListRef | |
| SinglePrecision() const | ON_3dPointListRef | |
| To3dPointArray() const | ON_3dPointListRef | |
| To3fPointArray() const | ON_3dPointListRef |
1.8.17