Public Member Functions | |
| void | ChangeTextureCoordinate (int *Fvi, int fvi, float x, float y, float *mesh_T, int mesh_T_stride) |
| int | DupVertex (int vi) |
| ON__CChangeTextureCoordinateHelper (ON_Mesh &mesh, int newvcnt, float *&mesh_T) | |
| ~ON__CChangeTextureCoordinateHelper () | |
Public Attributes | |
| bool | m_bHasCachedTextures |
| bool | m_bHasHiddenVertices |
| bool | m_bHasPrincipalCurvatures |
| bool | m_bHasSurfaceParameters |
| bool | m_bHasVertexColors |
| bool | m_bHasVertexNormals |
| bool | m_bHasVertexTextures |
| ON_Mesh & | m_mesh |
| ON_3dPointArray * | m_mesh_dV |
| ON_SimpleArray < ON_TextureCoordinates * > | m_TC |
| int | m_tci |
| ON_SimpleArray< unsigned int > | m_vuse |
| int | m_vuse_count |
Private Member Functions | |
| ON__CChangeTextureCoordinateHelper (const ON__CChangeTextureCoordinateHelper &) | |
| ON__CChangeTextureCoordinateHelper & | operator= (const ON__CChangeTextureCoordinateHelper &) |
Definition at line 2914 of file opennurbs_material.cpp.
| ON__CChangeTextureCoordinateHelper::ON__CChangeTextureCoordinateHelper | ( | ON_Mesh & | mesh, |
| int | newvcnt, | ||
| float *& | mesh_T | ||
| ) |
Definition at line 2981 of file opennurbs_material.cpp.
Definition at line 3068 of file opennurbs_material.cpp.
| ON__CChangeTextureCoordinateHelper::ON__CChangeTextureCoordinateHelper | ( | const ON__CChangeTextureCoordinateHelper & | ) | [private] |
| void ON__CChangeTextureCoordinateHelper::ChangeTextureCoordinate | ( | int * | Fvi, |
| int | fvi, | ||
| float | x, | ||
| float | y, | ||
| float * | mesh_T, | ||
| int | mesh_T_stride | ||
| ) |
Definition at line 2955 of file opennurbs_material.cpp.
| int ON__CChangeTextureCoordinateHelper::DupVertex | ( | int | vi | ) |
Definition at line 3078 of file opennurbs_material.cpp.
| ON__CChangeTextureCoordinateHelper& ON__CChangeTextureCoordinateHelper::operator= | ( | const ON__CChangeTextureCoordinateHelper & | ) | [private] |
Definition at line 2936 of file opennurbs_material.cpp.
Definition at line 2934 of file opennurbs_material.cpp.
Definition at line 2933 of file opennurbs_material.cpp.
Definition at line 2932 of file opennurbs_material.cpp.
Definition at line 2931 of file opennurbs_material.cpp.
Definition at line 2929 of file opennurbs_material.cpp.
Definition at line 2930 of file opennurbs_material.cpp.
Definition at line 2927 of file opennurbs_material.cpp.
Definition at line 2928 of file opennurbs_material.cpp.
Definition at line 2937 of file opennurbs_material.cpp.
Definition at line 2925 of file opennurbs_material.cpp.
| ON_SimpleArray< unsigned int > ON__CChangeTextureCoordinateHelper::m_vuse |
Definition at line 2948 of file opennurbs_material.cpp.
Definition at line 2947 of file opennurbs_material.cpp.