#include <SamplerOnChord.h>
|
| virtual void | GetNotDerivableCoordinates (TArray< double > &OutNotDerivableCoordinates) override |
| |
| virtual void | EvaluatesNewCandidatePoints () override |
| |
| virtual int32 | CheckSamplingError (int32 FirstIndex, int32 EndIndex) override |
| |
| virtual void | SamplingInitalizing () |
| |
| void | RunSampling () |
| |
| bool | AddIntermediateCoordinates (double UMin, double UMax, int32 PointNum) |
| |
| void | CompletesPolyline (int32 NeededPointNumber, int32 IntermediateIndex) |
| |
| int32 | GetFirstNeighbor (int32 NeighborIndex, const double StartCoordinate, const PolylineType &Points, const int32 Increment, double &NeighborCoordinate) |
| |
| int32 | CountOfNeededPointsToRespectChordError (const PointType &PointA, const PointType &PointB, double ChordError) |
| |
| int32 | CheckTangentError (const PointType &APoint, double ACoordinate, const PointType &BPoint, double BCoordinate, int32 FirstIndex, int32 EndIndex, int32 InStartSamplingSegmentIndex) |
| |
◆ FIsoCurve3DSamplerOnChord()
| UE::CADKernel::FIsoCurve3DSamplerOnChord::FIsoCurve3DSamplerOnChord |
( |
const FSurface & |
InSurface, |
|
|
double |
InMaxAllowedError, |
|
|
FPolyline3D & |
OutPolyline |
|
) |
| |
|
inline |
◆ EvaluatesNewCandidatePoints()
| virtual void UE::CADKernel::FIsoCurve3DSamplerOnChord::EvaluatesNewCandidatePoints |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ GetNotDerivableCoordinates()
| virtual void UE::CADKernel::FIsoCurve3DSamplerOnChord::GetNotDerivableCoordinates |
( |
TArray< double > & |
OutNotDerivableCoordinates | ) |
|
|
inlineoverrideprotectedvirtual |
◆ Set()
◆ bNotDerivableFound
| bool UE::CADKernel::FIsoCurve3DSamplerOnChord::bNotDerivableFound = false |
|
protected |
◆ IsoCoordinate
| TArray<double> UE::CADKernel::FIsoCurve3DSamplerOnChord::IsoCoordinate |
|
mutableprotected |
◆ IsoType
| EIso UE::CADKernel::FIsoCurve3DSamplerOnChord::IsoType |
|
protected |
◆ NotDerivableCoordinates
| FCoordinateGrid UE::CADKernel::FIsoCurve3DSamplerOnChord::NotDerivableCoordinates |
|
protected |
◆ Surface
| const FSurface& UE::CADKernel::FIsoCurve3DSamplerOnChord::Surface |
|
protected |
The documentation for this class was generated from the following file:
- Engine/Source/Runtime/Datasmith/CADKernel/Base/Private/Geo/Sampler/SamplerOnChord.h