This is the complete list of members for NURBS3DCurve, including all inherited members.
autoMap(const FieldMapper &map, const bool applyFlip=true) | Field | |
block(const label start) const | Field | |
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 | inline |
cmptType typedef | Field | |
component(const direction) const | Field | |
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 | inline |
Field(const label len) | Field | inlineexplicit |
Field(const label len, const Type &val) | Field | inline |
Field(const label len, const Foam::zero) | Field | inline |
Field(const Foam::one, const Type &val) | Field | inline |
Field(const Foam::one, Type &&val) | Field | inline |
Field(const Foam::one, const Foam::zero) | Field | inline |
Field(const Field< Type > &fld) | Field | inline |
Field(const UList< Type > &list) | Field | inlineexplicit |
Field(const IndirectListBase< Type, Addr > &list) | Field | inlineexplicit |
Field(Field< Type > &&fld) | Field | inline |
Field(List< Type > &&list) | Field | inline |
Field(DynamicList< Type, SizeMin > &&list) | Field | inline |
Field(const UList< Type > &mapF, const labelUList &mapAddressing) | Field | |
Field(const tmp< Field< Type >> &tmapF, const labelUList &mapAddressing) | Field | |
Field(const UList< Type > &mapF, const labelListList &mapAddressing, const scalarListList &weights) | Field | |
Field(const tmp< Field< Type >> &tmapF, const labelListList &mapAddressing, const scalarListList &weights) | Field | |
Field(const UList< Type > &mapF, const FieldMapper &map, const bool applyFlip=true) | Field | |
Field(const UList< Type > &mapF, const FieldMapper &map, const Type &defaultValue, const bool applyFlip=true) | Field | |
Field(const UList< Type > &mapF, const FieldMapper &map, const UList< Type > &defaultValues, const bool applyFlip=true) | Field | |
Field(const tmp< Field< Type >> &tmapF, const FieldMapper &map, const bool applyFlip=true) | Field | |
Field(const tmp< Field< Type >> &tmapF, const FieldMapper &map, const Type &defaultValue, const bool applyFlip=true) | Field | |
Field(const tmp< Field< Type >> &tmapF, const FieldMapper &map, const UList< Type > &defaultValues, const bool applyFlip=true) | Field | |
Field(Field< Type > &fld, bool reuse) | Field | inline |
Field(const tmp< Field< Type >> &tfld) | Field | inline |
Field(Istream &is) | Field | inline |
Field(const word &keyword, const dictionary &dict, const label len) | Field | |
Field(const UList< Type > &mapF, const labelUList &mapAddressing) | Field | |
Field(const tmp< Field< Type >> &tmapF, const labelUList &mapAddressing) | Field | |
Field(const UList< Type > &mapF, const labelListList &mapAddressing, const scalarListList &mapWeights) | Field | |
Field(const tmp< Field< Type >> &tmapF, const labelListList &mapAddressing, const scalarListList &mapWeights) | Field | |
Field(const UList< Type > &mapF, const FieldMapper &mapper, const bool applyFlip) | Field | |
Field(const UList< Type > &mapF, const FieldMapper &mapper, const Type &defaultValue, const bool applyFlip) | Field | |
Field(const UList< Type > &mapF, const FieldMapper &mapper, const UList< Type > &defaultValues, const bool applyFlip) | Field | |
Field(const tmp< Field< Type >> &tmapF, const FieldMapper &mapper, const bool applyFlip) | Field | |
Field(const tmp< Field< Type >> &tmapF, const FieldMapper &mapper, const Type &defaultValue, const bool applyFlip) | Field | |
Field(const tmp< Field< Type >> &tmapF, const FieldMapper &mapper, const UList< Type > &defaultValues, const bool applyFlip) | Field | |
Field(const word &keyword, const dictionary &dict, const label len) | Field | |
Field() noexcept | Field | inline |
Field(const label len) | Field | inline |
Field(const label len, const Type &val) | Field | inline |
Field(const label len, const Foam::zero) | Field | inline |
Field(const Foam::one, const Type &val) | Field | inline |
Field(const Foam::one, Type &&val) | Field | inline |
Field(const Foam::one, const Foam::zero) | Field | inline |
Field(const Field< Type > &fld) | Field | inline |
Field(const UList< Type > &list) | Field | inline |
Field(Field< Type > &&fld) | Field | inline |
Field(List< Type > &&list) | Field | inline |
Field(Field< Type > &fld, bool reuse) | Field | inline |
Field(const tmp< Field< Type >> &tfld) | Field | inline |
Field(Istream &is) | Field | inline |
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 | |
map(const tmp< Field< Type >> &tmapF, const labelUList &mapAddressing) | Field | |
map(const UList< Type > &mapF, const labelListList &mapAddressing, const scalarListList &weights) | Field | |
map(const tmp< Field< Type >> &tmapF, const labelListList &mapAddressing, const scalarListList &weights) | Field | |
map(const UList< Type > &mapF, const FieldMapper &map, const bool applyFlip=true) | Field | |
map(const tmp< Field< Type >> &tmapF, const FieldMapper &map, const bool applyFlip=true) | Field | |
negate() | Field | |
New(Istream &is) | Field | inlinestatic |
NewCalculatedType(const Field< Type2 > &f) | Field | 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 | 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 | |
operator*=(const tmp< Field< scalar >> &) | Field | |
operator*=(const scalar &) | Field | |
operator+=(const UList< Type > &) | Field | |
operator+=(const tmp< Field< Type >> &) | Field | |
operator+=(const Type &) | Field | |
operator-=(const UList< Type > &) | Field | |
operator-=(const tmp< Field< Type >> &) | Field | |
operator-=(const Type &) | Field | |
operator/=(const UList< scalar > &) | Field | |
operator/=(const tmp< Field< scalar >> &) | Field | |
operator/=(const scalar &) | Field | |
operator=(const Field< Type > &) | Field | |
operator=(const tmp< Field< Type >> &) | Field | |
operator=(const UList< Type > &rhs) | Field | inline |
operator=(const SubField< Type > &rhs) | Field | inline |
operator=(const IndirectListBase< Type, Addr > &rhs) | Field | inline |
operator=(Field< Type > &&rhs) | Field | inline |
operator=(List< Type > &&rhs) | Field | inline |
operator=(DynamicList< Type, SizeMin > &&rhs) | Field | inline |
operator=(const Type &val) | Field | inline |
operator=(const Foam::zero) | Field | inline |
operator=(const VectorSpace< Form, Cmpt, nCmpt > &) | Field | |
operator=(const Field< Type > &rhs) | Field | |
operator=(const tmp< Field > &rhs) | Field | |
operator=(const UList< Type > &rhs) | Field | inline |
operator=(const SubField< Type > &rhs) | Field | inline |
operator=(Field< Type > &&rhs) | Field | inline |
operator=(List< Type > &&rhs) | Field | inline |
operator=(const Type &val) | Field | inline |
operator=(const Foam::zero) | Field | inline |
replace(const direction, const UList< cmptType > &) | Field | |
replace(const direction, const tmp< Field< cmptType >> &) | Field | |
replace(const direction, const cmptType &) | Field | |
rmap(const UList< Type > &mapF, const labelUList &mapAddressing) | Field | |
rmap(const tmp< Field< Type >> &tmapF, const labelUList &mapAddressing) | Field | |
rmap(const UList< Type > &mapF, const labelUList &mapAddressing, const UList< scalar > &weights) | Field | |
rmap(const tmp< Field< Type >> &tmapF, const labelUList &mapAddressing, const UList< scalar > &weights) | Field | |
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 | |
slice(const label pos, label len=-1) | Field | |
slice(const label pos, label len=-1) const | Field | |
slice(const labelRange &range) | Field | |
slice(const labelRange &range) const | Field | |
subField typedef | Field | |
T() const | Field | |
write() | NURBS3DCurve | |
write(const word fileName) | NURBS3DCurve | |
write(const fileName dirName, const fileName fileName) | NURBS3DCurve | |
writeEntry(const word &keyword, Ostream &os) const | Field | |
writeWParses() | NURBS3DCurve | |
writeWParses(const word fileName) | NURBS3DCurve | |
writeWParses(const fileName dirName, const fileName fileName) | NURBS3DCurve | |
~NURBS3DCurve()=default | NURBS3DCurve |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.