Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Data Structures
GeomEval_RepSurfaceDesc Namespace Reference

Data Structures

class  Base
 Abstract base descriptor for surface evaluation representation. Holds the representation handle and a Kind tag for switch-based dispatch. More...
 
class  DerivBounded
 Derivative-bounded descriptor: full domain, identity map, limited to MaxDerivOrder. More...
 
struct  Domain2d
 2D parameter domain. More...
 
class  Full
 Fully equivalent descriptor: no derivative limit, no domain, no map. Fastest evaluation path - direct delegation to Representation. More...
 
struct  Map2d
 2D diagonal affine parameter map with optional UV swap. Without swap: uRep = ScaleU*u + OffsetU, vRep = ScaleV*v + OffsetV. With swap: uRep = ScaleU*v + OffsetU, vRep = ScaleV*u + OffsetV. More...
 
class  Mapped
 Mapped descriptor for surface evaluation representation. Adds optional bounded domain and diagonal affine parameter map with optional UV swap. Evaluation requires: domain check -> map parameters -> evaluate -> scale derivatives. Future subclasses can support multi-region descriptors with per-patch UV domains and maps. More...