User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Math - Geometry - 2D - Curve2dBodyC
 

  PUBLIC
Curve2dBodyC::Curve2dBodyC(void)
Curve2dBodyC::Curve2dBodyC(const Curve2dBodyC &)
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)

   Curve2dBodyC   
 
2d Parametric curve base class
 
include "Ravl/Curve2d.hh"
Created:26/08/1998 
User Level:Develop
Library:RavlMath
In Scope:RavlN

Parent Classes: Derived Classes: Methods:
Curve2dBodyC()
Default constuctor.

Curve2dBodyC(const Curve2dBodyC & oth)
Copy constructor.

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