This is the complete list of members for NURBS3DCurve, including all inherited members.
| autoMap(const FieldMapper &map, const bool applyFlip=true) | Field< Type > | |
| block(const label start) const | Field< Type > | |
| buildCurve() | NURBS3DCurve | |
| checkRange(const scalar u, const label CPI, const label degree) const | NURBS3DCurve | |
| checkRange(const scalar u, const label CPI) const | NURBS3DCurve | |
| clone() const | Field< Type > | inline |
| cmptType typedef | Field< Type > | |
| component(const direction) const | Field< Type > | |
| curveDerivativeCP(const scalar u, const label CPI) | NURBS3DCurve | |
| curveDerivativeU(const scalar u) const | NURBS3DCurve | |
| curveDerivativeUU(const scalar u) const | NURBS3DCurve | |
| curveDerivativeWeight(const scalar u, const label CPI) | NURBS3DCurve | |
| curvePoint(const scalar u) const | NURBS3DCurve | |
| Field() noexcept | Field< Type > | inline |
| Field(const label len) | Field< Type > | inlineexplicit |
| Field(const label len, const Type &val) | Field< Type > | inline |
| Field(const label len, const zero) | Field< Type > | inline |
| Field(const Field< Type > &fld) | Field< Type > | inline |
| Field(const UList< Type > &list) | Field< Type > | inlineexplicit |
| Field(const IndirectListBase< Type, Addr > &list) | Field< Type > | inlineexplicit |
| Field(Field< Type > &&fld) | Field< Type > | inline |
| Field(List< Type > &&list) | Field< Type > | inline |
| Field(DynamicList< Type, SizeMin > &&list) | Field< Type > | inline |
| Field(const UList< Type > &mapF, const labelUList &mapAddressing) | Field< Type > | |
| Field(const tmp< Field< Type >> &tmapF, const labelUList &mapAddressing) | Field< Type > | |
| Field(const UList< Type > &mapF, const labelListList &mapAddressing, const scalarListList &weights) | Field< Type > | |
| Field(const tmp< Field< Type >> &tmapF, const labelListList &mapAddressing, const scalarListList &weights) | Field< Type > | |
| Field(const UList< Type > &mapF, const FieldMapper &map, const bool applyFlip=true) | Field< Type > | |
| Field(const UList< Type > &mapF, const FieldMapper &map, const Type &defaultValue, const bool applyFlip=true) | Field< Type > | |
| Field(const UList< Type > &mapF, const FieldMapper &map, const UList< Type > &defaultValues, const bool applyFlip=true) | Field< Type > | |
| Field(const tmp< Field< Type >> &tmapF, const FieldMapper &map, const bool applyFlip=true) | Field< Type > | |
| Field(const tmp< Field< Type >> &tmapF, const FieldMapper &map, const Type &defaultValue, const bool applyFlip=true) | Field< Type > | |
| Field(const tmp< Field< Type >> &tmapF, const FieldMapper &map, const UList< Type > &defaultValues, const bool applyFlip=true) | Field< Type > | |
| Field(Field< Type > &fld, bool reuse) | Field< Type > | inline |
| Field(const tmp< Field< Type >> &tfld) | Field< Type > | inline |
| Field(Istream &is) | Field< Type > | inline |
| Field(const word &keyword, const dictionary &dict, const label len) | Field< Type > | |
| findClosestCurvePoint(const vector &targetPoint, const label maxIter=1000, const scalar tolerance=1.e-13) | NURBS3DCurve | |
| findClosestCurvePoint(const vector &targetPoint, const scalar initGuess, const label maxIter=1000, const scalar tolerance=1.e-13) | NURBS3DCurve | |
| flipNrmOrientation() | NURBS3DCurve | |
| genEquidistant(const label nPts=100, const label lenAcc=25, const label maxIter=10, const label spacingCorrInterval=-1, const scalar tolerance=1.e-5) | NURBS3DCurve | |
| getBasisFunction() const | NURBS3DCurve | inline |
| getCPs() const | NURBS3DCurve | inline |
| getName() const | NURBS3DCurve | inline |
| getParametricCoordinates() const | NURBS3DCurve | inline |
| getWeights() const | NURBS3DCurve | inline |
| givenInitNrm() const | NURBS3DCurve | inline |
| insertKnot(const scalarField &oldKnots, const scalar uBar, const label kInsert) | NURBS3DCurve | |
| invert() | NURBS3DCurve | |
| length(const label uIStart, const label uIEnd) const | NURBS3DCurve | |
| length(const scalar uStart, const scalar uEnd, const label nPts) const | NURBS3DCurve | |
| length() const | NURBS3DCurve | |
| lengthDerivativeU(const scalar uStart, const scalar uEnd, const label nPts) | NURBS3DCurve | |
| makeEquidistant(const label lenAcc=25, const label maxIter=10, const label spacingCorrInterval=-1, const scalar tolerance=1.e-5) | NURBS3DCurve | |
| map(const UList< Type > &mapF, const labelUList &mapAddressing) | Field< Type > | |
| map(const tmp< Field< Type >> &tmapF, const labelUList &mapAddressing) | Field< Type > | |
| map(const UList< Type > &mapF, const labelListList &mapAddressing, const scalarListList &weights) | Field< Type > | |
| map(const tmp< Field< Type >> &tmapF, const labelListList &mapAddressing, const scalarListList &weights) | Field< Type > | |
| map(const UList< Type > &mapF, const FieldMapper &map, const bool applyFlip=true) | Field< Type > | |
| map(const tmp< Field< Type >> &tmapF, const FieldMapper &map, const bool applyFlip=true) | Field< Type > | |
| negate() | Field< Type > | |
| New(Istream &is) | Field< Type > | inlinestatic |
| NewCalculatedType(const Field< Type2 > &f) | Field< Type > | inlinestatic |
| nrm2D(const scalar zVal, const scalar u) const | NURBS3DCurve | |
| nrm3D(const vector &refTan, const scalar u) const | NURBS3DCurve | |
| nrmOrientation() const | NURBS3DCurve | inline |
| null() | Field< Type > | inlinestatic |
| NURBS3DCurve(const NURBSbasis &basis, const List< vector > &CPs, const List< scalar > &weights, const scalarField &u, const label nPts, const word name="NURBS3DCurve") | NURBS3DCurve | |
| NURBS3DCurve(const NURBSbasis &basis, const List< vector > &CPs, const List< scalar > &weights, const label nPts, const word name="NURBS3DCurve") | NURBS3DCurve | |
| NURBS3DCurve(const NURBSbasis &basis, const List< vector > &CPs, const label nPts, const word name="NURBS3DCurve") | NURBS3DCurve | |
| NURBS3DCurve(const NURBS3DCurve &) | NURBS3DCurve | |
| operator*=(const UList< scalar > &) | Field< Type > | |
| operator*=(const tmp< Field< scalar >> &) | Field< Type > | |
| operator*=(const scalar &) | Field< Type > | |
| operator+=(const UList< Type > &) | Field< Type > | |
| operator+=(const tmp< Field< Type >> &) | Field< Type > | |
| operator+=(const Type &) | Field< Type > | |
| operator-=(const UList< Type > &) | Field< Type > | |
| operator-=(const tmp< Field< Type >> &) | Field< Type > | |
| operator-=(const Type &) | Field< Type > | |
| operator/=(const UList< scalar > &) | Field< Type > | |
| operator/=(const tmp< Field< scalar >> &) | Field< Type > | |
| operator/=(const scalar &) | Field< Type > | |
| operator=(const Field< Type > &) | Field< Type > | |
| operator=(const tmp< Field< Type >> &) | Field< Type > | |
| operator=(const UList< Type > &) | Field< Type > | inline |
| operator=(const SubField< Type > &) | Field< Type > | inline |
| operator=(Field< Type > &&rhs) | Field< Type > | inline |
| operator=(List< Type > &&rhs) | Field< Type > | inline |
| operator=(DynamicList< Type, SizeMin > &&rhs) | Field< Type > | inline |
| operator=(const Type &val) | Field< Type > | inline |
| operator=(const zero) | Field< Type > | inline |
| operator=(const VectorSpace< Form, Cmpt, nCmpt > &) | Field< Type > | |
| operator=(const tmp< Field > &rhs) | Field< Type > | |
| replace(const direction, const UList< cmptType > &) | Field< Type > | |
| replace(const direction, const tmp< Field< cmptType >> &) | Field< Type > | |
| replace(const direction, const cmptType &) | Field< Type > | |
| rmap(const UList< Type > &mapF, const labelUList &mapAddressing) | Field< Type > | |
| rmap(const tmp< Field< Type >> &tmapF, const labelUList &mapAddressing) | Field< Type > | |
| rmap(const UList< Type > &mapF, const labelUList &mapAddressing, const UList< scalar > &weights) | Field< Type > | |
| rmap(const tmp< Field< Type >> &tmapF, const labelUList &mapAddressing, const UList< scalar > &weights) | Field< Type > | |
| setCPs(const List< vector > &CPs) | NURBS3DCurve | |
| setName(const word &name) | NURBS3DCurve | |
| setNrm2DOrientation(const vector &givenNrm, const scalar zVal) | NURBS3DCurve | |
| setNrm3DOrientation(const vector &givenNrm, const vector &givenTan) | NURBS3DCurve | |
| setWeights(const List< scalar > &weights) | NURBS3DCurve | |
| subField typedef | Field< Type > | |
| T() const | Field< Type > | |
| write() | NURBS3DCurve | |
| write(const word fileName) | NURBS3DCurve | |
| write(const fileName dirName, const fileName fileName) | NURBS3DCurve | |
| writeEntry(const word &keyword, Ostream &os) const | Field< Type > | |
| writeWParses() | NURBS3DCurve | |
| writeWParses(const word fileName) | NURBS3DCurve | |
| writeWParses(const fileName dirName, const fileName fileName) | NURBS3DCurve | |
| ~NURBS3DCurve()=default | NURBS3DCurve |