This is the complete list of members for vtMesh, including all inherited members.
| _AddPolyNormals() (defined in vtMesh) | vtMesh | protected |
| _AddQuadNormals() (defined in vtMesh) | vtMesh | protected |
| _AddStripNormals() (defined in vtMesh) | vtMesh | protected |
| _AddTriangleNormals() (defined in vtMesh) | vtMesh | protected |
| AddFan(int p0, int p1, int p2=-1, int p3=-1, int p4=-1, int p5=-1) | vtMesh | |
| AddFan(int *idx, int iNVerts) | vtMesh | |
| AddLine(int p0, int p1) | vtMesh | |
| AddLine(const FPoint3 &pos1, const FPoint3 &pos2) | vtMesh | |
| AddQuad(int p0, int p1, int p2, int p3) | vtMesh | |
| AddRectangleXY(float x, float y, float xsize, float ysize, float z=0.0f, bool bCentered=false) | vtMesh | |
| AddRectangleXZ(float xsize, float zsize) | vtMesh | |
| AddStrip(int iNVerts, unsigned short *pIndices) | vtMesh | |
| AddStrip2(int iNVerts, int iStartIndex) | vtMesh | |
| AddTri(int p0, int p1, int p2) | vtMesh | |
| AddVertex(float x, float y, float z) | vtMesh | |
| AddVertex(const FPoint3 &p) | vtMesh | |
| AddVertexN(float x, float y, float z, float nx, float ny, float nz) | vtMesh | |
| AddVertexN(const FPoint3 &p, const FPoint3 &n) | vtMesh | |
| AddVertexNUV(const FPoint3 &p, const FPoint3 &n, const FPoint2 &uv) | vtMesh | |
| AddVertexUV(float x, float y, float z, float u, float v) | vtMesh | |
| AddVertexUV(const FPoint3 &p, float u, float v) | vtMesh | |
| AddVertexUV(const FPoint3 &p, const FPoint2 &uv) | vtMesh | |
| AllowOptimize(bool bAllow) | vtMesh | |
| CreateBlock(const FPoint3 &size) | vtMesh | |
| CreateConicalSurface(const FPoint3 &tip, double radial_angle, double theta1, double theta2, double r1, double r2, int res=40) | vtMesh | |
| CreateCylinder(float height, float radius, int res, bool bTop=true, bool bBottom=true, bool bCentered=true, int direction=1) | vtMesh | |
| CreateEllipsoid(const FPoint3 ¢er, const FPoint3 &size, int res, bool hemi=false, bool bNormalsIn=false) | vtMesh | |
| CreateOptimizedBlock(const FPoint3 &size) | vtMesh | |
| CreatePrism(const FPoint3 &base, const FPoint3 &vector_up, const FPoint2 &size1, const FPoint2 &size2) | vtMesh | |
| CreateRectangle(int iQuads1, int iQuads2, int Axis1, int Axis2, int Axis3, const FPoint2 &min1, const FPoint2 &max1, float fLevel, float fTiling) | vtMesh | |
| CreateRectangularMesh(int xsize, int ysize, bool bReverseNormals=false) | vtMesh | |
| CreateTetrahedron(const FPoint3 ¢er, float fRadius) (defined in vtMesh) | vtMesh | |
| GetBoundBox(FBox3 &box) const (defined in vtMesh) | vtMesh | |
| getColors() (defined in vtMesh) | vtMesh | inlineprotected |
| getColors() const (defined in vtMesh) | vtMesh | inlineprotected |
| getDrawArrayLengths() (defined in vtMesh) | vtMesh | inlineprotected |
| getDrawArrayLengths() const (defined in vtMesh) | vtMesh | inlineprotected |
| getDrawArrays() (defined in vtMesh) | vtMesh | inlineprotected |
| getDrawArrays() const (defined in vtMesh) | vtMesh | inlineprotected |
| GetIndex(int i) const (defined in vtMesh) | vtMesh | inline |
| getIndices() (defined in vtMesh) | vtMesh | inlineprotected |
| getIndices() const (defined in vtMesh) | vtMesh | inlineprotected |
| GetMatIndex() const (defined in vtMesh) | vtMesh | inline |
| getNormals() (defined in vtMesh) | vtMesh | inlineprotected |
| getNormals() const (defined in vtMesh) | vtMesh | inlineprotected |
| GetNumIndices() const (defined in vtMesh) | vtMesh | inline |
| GetNumPrims() const (defined in vtMesh) | vtMesh | |
| GetNumVertices() const (defined in vtMesh) | vtMesh | |
| GetPrimLen(int i) const (defined in vtMesh) | vtMesh | inline |
| getPrimSet() (defined in vtMesh) | vtMesh | inlineprotected |
| getPrimSet() const (defined in vtMesh) | vtMesh | inlineprotected |
| getPrimType() const (defined in vtMesh) | vtMesh | inline |
| getTexCoords() (defined in vtMesh) | vtMesh | inlineprotected |
| getTexCoords() const (defined in vtMesh) | vtMesh | inlineprotected |
| getVerts() (defined in vtMesh) | vtMesh | inlineprotected |
| getVerts() const (defined in vtMesh) | vtMesh | inlineprotected |
| GetVtxColor(uint i) const | vtMesh | |
| GetVtxNormal(uint i) const | vtMesh | |
| GetVtxPos(uint i) const | vtMesh | |
| GetVtxTexCoord(uint i) const | vtMesh | |
| hasVertexColors() const (defined in vtMesh) | vtMesh | inline |
| hasVertexNormals() const (defined in vtMesh) | vtMesh | inline |
| hasVertexTexCoords() const (defined in vtMesh) | vtMesh | inline |
| m_iMatIdx (defined in vtMesh) | vtMesh | protected |
| PrimType typedef (defined in vtMesh) | vtMesh | |
| ReOptimize() | vtMesh | |
| SetLineWidth(float fWidth) | vtMesh | |
| SetMatIndex(int i) (defined in vtMesh) | vtMesh | inline |
| SetNormalsFromPrimitives() | vtMesh | |
| SetVtxColor(uint, const RGBAf &) | vtMesh | |
| SetVtxNormal(uint, const FPoint3 &) | vtMesh | |
| SetVtxPN(uint i, const FPoint3 &pos, const FPoint3 &norm) (defined in vtMesh) | vtMesh | inline |
| SetVtxPos(uint, const FPoint3 &) | vtMesh | |
| SetVtxPUV(uint i, const FPoint3 &pos, float u, float v) (defined in vtMesh) | vtMesh | inline |
| SetVtxTexCoord(uint, const FPoint2 &) | vtMesh | |
| TransformVertices(const FMatrix4 &mat) | vtMesh | |
| vtGeode (defined in vtMesh) | vtMesh | friend |
| vtMesh(PrimType ePrimType, int VertType, int NumVertices) | vtMesh |
1.8.4