|
| using | FVertexArray = TMeshElementContainer< FVertexID > |
| |
| using | FVertexInstanceArray = TMeshElementContainer< FVertexInstanceID > |
| |
| using | FEdgeArray = TMeshElementContainer< FEdgeID > |
| |
| using | FUVArray = TMeshElementContainer< FUVID > |
| |
| using | FTriangleArray = TMeshElementContainer< FTriangleID > |
| |
| using | FPolygonArray = TMeshElementContainer< FPolygonID > |
| |
| using | FPolygonGroupArray = TMeshElementContainer< FPolygonGroupID > |
| |
| template<typename AttributeType > |
| using | TVertexAttributesRef = TMeshAttributesRef< FVertexID, AttributeType > |
| |
| template<typename AttributeType > |
| using | TVertexInstanceAttributesRef = TMeshAttributesRef< FVertexInstanceID, AttributeType > |
| |
| template<typename AttributeType > |
| using | TEdgeAttributesRef = TMeshAttributesRef< FEdgeID, AttributeType > |
| |
| template<typename AttributeType > |
| using | TUVAttributesRef = TMeshAttributesRef< FUVID, AttributeType > |
| |
| template<typename AttributeType > |
| using | TTriangleAttributesRef = TMeshAttributesRef< FTriangleID, AttributeType > |
| |
| template<typename AttributeType > |
| using | TPolygonAttributesRef = TMeshAttributesRef< FPolygonID, AttributeType > |
| |
| template<typename AttributeType > |
| using | TPolygonGroupAttributesRef = TMeshAttributesRef< FPolygonGroupID, AttributeType > |
| |
| template<typename AttributeType > |
| using | TVertexAttributesConstRef = TMeshAttributesConstRef< FVertexID, AttributeType > |
| |
| template<typename AttributeType > |
| using | TVertexInstanceAttributesConstRef = TMeshAttributesConstRef< FVertexInstanceID, AttributeType > |
| |
| template<typename AttributeType > |
| using | TEdgeAttributesConstRef = TMeshAttributesConstRef< FEdgeID, AttributeType > |
| |
| template<typename AttributeType > |
| using | TUVAttributesConstRef = TMeshAttributesConstRef< FUVID, AttributeType > |
| |
| template<typename AttributeType > |
| using | TTriangleAttributesConstRef = TMeshAttributesConstRef< FTriangleID, AttributeType > |
| |
| template<typename AttributeType > |
| using | TPolygonAttributesConstRef = TMeshAttributesConstRef< FPolygonID, AttributeType > |
| |
| template<typename AttributeType > |
| using | TPolygonGroupAttributesConstRef = TMeshAttributesConstRef< FPolygonGroupID, AttributeType > |
| |