44 out.WriteBufferFixEndianness<
double>( (
double*)&TPolygon2D::operator[](0), 2*
n);
72 TPolygon2D::resize(
n);
86 in >>
n >> dumm >> dumm >> dumm >> dumm >> dumm >> dumm;
89 TPolygon2D::resize(
n);
103 TPolygon2D::resize(
n);
107 in.ReadBufferFixEndianness<
double>( (
double*)&TPolygon2D::operator[](0), 2*
n);
122 setAllVertices(
x.size() ,&
x[0],&
y[0] );
131 TPolygon2D::resize(nVertices);
132 for (
size_t i=0;i<nVertices;i++)
146 TPolygon2D::resize(nVertices);
147 for (
size_t i=0;i<nVertices;i++)
160 for (
size_t i=0;i<
n;i++)
Classes for serialization, sockets, ini-file manipulation, streams, list of properties-values, timewatch, extensions to STL.
The virtual base class which provides a unified interface for all persistent objects in MRPT...
void setAllVertices(const std::vector< double > &x, const std::vector< double > &y)
Set all vertices at once.
A wrapper of a TPolygon2D class, implementing CSerializable.
IMPLEMENTS_SERIALIZABLE(CLogFileRecord_FullEval, CHolonomicLogFileRecord, mrpt::nav) IMPLEMENTS_SERIALIZABLE(CHolonomicFullEval
void getAllVertices(std::vector< double > &x, std::vector< double > &y) const
Get all vertices at once.
This base class is used to provide a unified interface to files,memory buffers,..Please see the deriv...
This base provides a set of functions for maths stuff.
#define MRPT_THROW_UNKNOWN_SERIALIZATION_VERSION(__V)
For use in CSerializable implementations.
VALUE & operator[](const KEY &key)
Write/read via [i] operator, that creates an element if it didn't exist already.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
typedef void(APIENTRYP PFNGLBLENDCOLORPROC)(GLclampf red
unsigned __int32 uint32_t
void readFromStream(mrpt::utils::CStream &in, int version)
Introduces a pure virtual method responsible for loading from a CStream This can not be used directly...