using vxl/vnl code

Bill Hoffman bill.hoffman at kitware.com
Tue May 9 13:34:36 EDT 2000


I meant std::vector< point3d >, the use of vnl_vector_fixed is fine.

-Bill

At 01:27 PM 5/9/00 -0400, Bill Hoffman wrote:

>BTW, your code, should use the std::vector shouldn't it?
>
>
> >
> >class point3d : public vnl_vector_fixed<float,3> {
> >public:
> >   point3d() {};
> >};
> >
> >class curve3d : public vector< point3d > {
> >public:
> >   curve3d() {};
> >};
> >
> >




More information about the Insight-developers mailing list