5 #ifndef _MGLBRepEndC_HH_
6 #define _MGLBRepEndC_HH_
100 void set_1st(
const MGVector& first_deriv);
103 void set_2nd(
const MGVector& second_deriv);
106 int dump_size()
const;
MGCurve is an abstract class which represents a whole curve.
Definition: Curve.h:63
no end cond(only positional data)
Definition: MGCL.h:223
MGIfstream is a class to read the serialized data generated by MGOfstream.
Definition: Ifstream.h:30
std::ostream & operator<<(std::ostream &ostrm, const MGisect &is)
Debug Function.
Definition: isect.h:95
MGENDCOND cond() const
Definition: LBRepEndC.h:89
Vector of a general n space dimension.
Definition: Vector.h:26
MGLBRepEndC()
Default Constructor.
Definition: LBRepEndC.h:41
const MGVector & first() const
Definition: LBRepEndC.h:90
Defines BPoint seq of a space dimension and of a capacity.
Definition: BPointSeq.h:38
MGVector & first()
Definition: LBRepEndC.h:91
MGVector & second()
Definition: LBRepEndC.h:93
MGOfstream is a class to serialize all of the subclasses of MGGel.
Definition: Ofstream.h:31
Defines End Condition of Line B-Representation.
Definition: LBRepEndC.h:34
MGENDCOND
End condition to get spline by interpolation.
Definition: MGCL.h:219
Defines non-decreasing double data array.
Definition: NDDArray.h:27
const MGVector & second() const
Definition: LBRepEndC.h:92