Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
BRepGraph_MeshCache::FaceMeshEntry Struct Reference

Cached mesh entry for a face: triangulation rep references. More...

#include <BRepGraph_MeshCache.hxx>

Public Member Functions

bool IsPresent () const
 True if this entry contains mesh data.
 
BRepGraph_TriangulationRepId ActiveTriangulationRepId () const
 Convenience: active triangulation rep id, or invalid.
 
void Reset ()
 Reset all fields to default (absent) state.
 

Data Fields

NCollection_DynamicArray< BRepGraph_TriangulationRepIdTriangulationRepIds
 
int ActiveTriangulationIndex = -1
 
uint32_t StoredOwnGen = 0
 OwnGen of FaceDef at write time.
 

Detailed Description

Cached mesh entry for a face: triangulation rep references.

Member Function Documentation

◆ ActiveTriangulationRepId()

BRepGraph_TriangulationRepId BRepGraph_MeshCache::FaceMeshEntry::ActiveTriangulationRepId ( ) const
inline

Convenience: active triangulation rep id, or invalid.

◆ IsPresent()

bool BRepGraph_MeshCache::FaceMeshEntry::IsPresent ( ) const
inline

True if this entry contains mesh data.

◆ Reset()

void BRepGraph_MeshCache::FaceMeshEntry::Reset ( )
inline

Reset all fields to default (absent) state.

Field Documentation

◆ ActiveTriangulationIndex

int BRepGraph_MeshCache::FaceMeshEntry::ActiveTriangulationIndex = -1

◆ StoredOwnGen

uint32_t BRepGraph_MeshCache::FaceMeshEntry::StoredOwnGen = 0

OwnGen of FaceDef at write time.

◆ TriangulationRepIds

NCollection_DynamicArray<BRepGraph_TriangulationRepId> BRepGraph_MeshCache::FaceMeshEntry::TriangulationRepIds

The documentation for this struct was generated from the following file: