User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Math - Geometry - 2D - Curve2dIC<class Curve>
 

  PUBLIC
Curve2dIC::Curve2dIC(const Curve &)
Curve2dIC::Curve2dIC(const Curve2dIC &)
Curve2dIC::Point(RealT) const
Curve2dIC::Tangent(RealT) const
Curve2dIC::UnitTangent(RealT) const
Curve2dIC::Closest(Point2dC) const
Curve2dIC::GetLimits(RealT &,RealT &,const IndexRange2dC &) const
Curve2dIC::CodeSize(void) const
Curve2dIC::Fit(const SArray1dC &)
Curve2dIC::WriteGF(ostream &) const
Curve2dIC::WriteGFHeader(ostream &) const
Curve2dIC::Print(ostream &) const
Curve2dBodyC::Point(RealT) const
Curve2dBodyC::Tangent(RealT) const
Curve2dBodyC::UnitTangent(RealT) const
Curve2dBodyC::Closest(Point2dC) const
Curve2dBodyC::GetLimits(RealT &,RealT &,const IndexRange2dC &) const
Curve2dBodyC::CodeSize(void) const
Curve2dBodyC::Fit(const SArray1dC &)
Curve2dBodyC::WriteGF(ostream &) const
Curve2dBodyC::WriteGFHeader(ostream &) const
Curve2dBodyC::Print(ostream &) const
RCBodyVC::Save(ostream &) const
RCBodyVC::Save(BinOStreamC &) const
RCBodyVC::Copy(void) const
RCBodyVC::DeepCopy(UIntT) const
RCBodyC::References(void) const
RCBodyC::Copy(void) const
RCBodyC::DeepCopy(UIntT) const
RCBodyC::IncRefCounter(void)
RCBodyC::DecRefCounter(void)

   Curve2dIC<class Curve>   
 
2d Parametric Curve Body Template
 
include "Ravl/Curve2d.hh"
Created:26/08/1998 
User Level:Normal
Library:RavlMath
In Scope:RavlN

Parent Classes: Methods:
Curve2dIC(const Curve & Oth)
Construct from curve.

Curve2dIC(const Curve2dIC<Curve> & Oth)
Copy constructer.

Point2dC Point(RealT p) const
Localion of curve at p

Vector2dC Tangent(RealT p) const
Tangent to curve at p

Vector2dC UnitTangent(RealT p) const
Tangent to curve at p

RealT Closest(Point2dC Pnt) const
Parametric value of closest point on curve to Pnt.

void GetLimits(RealT & Low,RealT & High,const IndexRange2dC & Rect) const
Get limits of paramiter if shape is within Rect.

IntT CodeSize() const
Estimated bits to code primitive.

RealT Fit(const SArray1dC<Point2dC> & Pnts)
Fit the current curve to the pnts.

bool WriteGF(ostream & Out) const
Write GF file.

bool WriteGFHeader(ostream & Out) const
Write GF header for this object type.

void Print(ostream & out) const
Print to ostream.

Point2dC Point(RealT p) const
Localion of curve at p

Vector2dC Tangent(RealT p) const
Tangent to curve at p

Vector2dC UnitTangent(RealT p) const
Tangent to curve at p

RealT Closest(Point2dC Pnt) const
Parametric value of closest point on curve to Pnt.

void GetLimits(RealT & Low,RealT & High,const IndexRange2dC & Rect) const
Get limits of paramiter if shape is within Rectangle 'Rect'.

IntT CodeSize() const
Estimated bits to code primitive.

RealT Fit(const SArray1dC<Point2dC> & Pnts)
Fit the current curve to the pnts.

bool WriteGF(ostream & Out) const
Write GF file.

bool WriteGFHeader(ostream & Out) const
Write GF file.

void Print(ostream & out) const
Print to ostream.

#include "Ravl/RCHandleV.hh"
bool Save(ostream & out) const
Save to stream 'out'.

bool Save(BinOStreamC & out) const
Save to binary stream 'out'.

RCBodyVC & Copy() const
Make copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

RCBodyC & DeepCopy(UIntT levels = ((UIntT))) const
Make a deep copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

#include "Ravl/RefCounter.hh"
UIntT References() const
Access count of handles open to this object.

RCBodyC & Copy() const
Make copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

RCBodyC & DeepCopy(UIntT levels = ((UIntT))) const
Make a deep copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

void IncRefCounter()
Increment reference counter.

bool DecRefCounter()
Decrement reference counter.


Maintainer:Charles Galambos, Created: 26/08/1998, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002