![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
#include <Geom2d_Curve.hxx>#include <Precision.hxx>#include <Standard_Transient.hxx>#include <cmath>#include <cstddef>#include <optional>Data Structures | |
| struct | Geom2dEval_RepCurveDesc::Map1d |
| 1D affine parameter map: uRep = Scale * u + Offset. More... | |
| struct | Geom2dEval_RepCurveDesc::Domain1d |
| 1D parameter domain interval. More... | |
| class | Geom2dEval_RepCurveDesc::Base |
| Abstract base descriptor for 2D curve evaluation representation. Holds the representation handle and a Kind tag for switch-based dispatch. More... | |
| class | Geom2dEval_RepCurveDesc::Full |
| Fully equivalent descriptor: no derivative limit, no domain, no map. Fastest evaluation path - direct delegation to Representation. More... | |
| class | Geom2dEval_RepCurveDesc::DerivBounded |
| Derivative-bounded descriptor: full domain, identity map, limited to MaxDerivOrder. More... | |
| class | Geom2dEval_RepCurveDesc::Mapped |
| Mapped descriptor for 2D curve evaluation representation. Adds optional bounded domain and affine parameter map. More... | |
Namespaces | |
| namespace | Geom2dEval_RepCurveDesc |