Lines Matching refs:OtherOptions

46   template<int OtherOptions>
47 ParametrizedLine(const ParametrizedLine<Scalar,AmbientDimAtCompileTime,OtherOptions>& other) in ParametrizedLine()
61 template <int OtherOptions>
62 explicit ParametrizedLine(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane);
98 template <int OtherOptions>
99 …Scalar intersectionParameter(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) con…
101 template <int OtherOptions>
102 Scalar intersection(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) const;
104 template <int OtherOptions>
105 …VectorType intersectionPoint(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) con…
121 template<typename OtherScalarType,int OtherOptions>
122 …rametrizedLine(const ParametrizedLine<OtherScalarType,AmbientDimAtCompileTime,OtherOptions>& other) in ParametrizedLine()
145 template <int OtherOptions>
146 …entDim,_Options>::ParametrizedLine(const Hyperplane<_Scalar, _AmbientDim,OtherOptions>& hyperplane) in ParametrizedLine()
165 template <int OtherOptions>
166 …ptions>::intersectionParameter(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) c… in intersectionParameter()
177 template <int OtherOptions>
178 …entDim,_Options>::intersection(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) c… in intersection()
186 template <int OtherOptions>
188 …m,_Options>::intersectionPoint(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) c… in intersectionPoint()