MGVector operator()(int i, int j) const
Extract (i,j,k)elements for 0<=k
Definition: PPRep.h:75
std::ostream & operator<<(std::ostream &ostrm, const MGisect &is)
Debug Function.
Definition: isect.h:95
int nbreak() const
Returns the number of Break points including the end point.
Definition: PPRep.h:117
MGLBRep is a class for B-SPline representation.
Definition: LBRep.h:41
Vector of a general n space dimension.
Definition: Vector.h:26
int sdim() const
Returns the space dimension.
Definition: PPRep.h:143
double & break_point(int i)
Returns a pointer to i-th break_point to access.
Definition: PPRep.h:86
const MGNDDArray & break_point() const
Returns break point sequence.
Definition: PPRep.h:80
MGOfstream is a class to serialize all of the subclasses of MGGel.
Definition: Ofstream.h:31
Defines non-decreasing double data array.
Definition: NDDArray.h:27
double break_point(int i) const
Returns i-th break point value.
Definition: PPRep.h:83
double & operator()(int i, int j, int k)
Definition: PPRep.h:72
~MGPPRep()
Definition: PPRep.h:64