00001
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00034
00035 #ifndef GROOVX_VISX_CLONEFACE_H_UTC20050626084016_DEFINED
00036 #define GROOVX_VISX_CLONEFACE_H_UTC20050626084016_DEFINED
00037
00038 #include "visx/face.h"
00039
00041
00051
00052
00053 class CloneFace : public Face
00054 {
00055 protected:
00057 CloneFace();
00058
00059 public:
00061 static CloneFace* make();
00062
00064 virtual ~CloneFace() throw();
00065
00066 virtual io::version_id class_version_id() const;
00067 virtual void read_from(io::reader& reader);
00068 virtual void write_to(io::writer& writer) const;
00069
00071 virtual const double* getCtrlPnts() const;
00072
00074 virtual double getEyeAspect() const;
00075
00078 virtual double getVertOffset() const;
00079
00081 static const FieldMap& classFields();
00082
00083 private:
00085 double itsEyeAspect;
00086
00088 double itsVertOffset;
00089
00090 double itsCtrlPnts[24];
00091 };
00092
00093 static const char __attribute__((used)) vcid_groovx_visx_cloneface_h_utc20050626084016[] = "$Id: cloneface.h 10065 2007-04-12 05:54:56Z rjpeters $ $HeadURL: file:
00094 #endif // !GROOVX_VISX_CLONEFACE_H_UTC20050626084016_DEFINED