#include <stdint.h>
#include <string>
#include <cassert>
#include <vector>
#include <limits>
#include <librevenge/librevenge.h>
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
#include "PMDRecord.h"
#include "PMDParser.h"
#include "PMDCollector.h"
#include "PMDExceptions.h"
#include "constants.h"
#include "offsets.h"
#include "libpagemaker_utils.h"
#include "geometry.h"
#include "PMDTypes.h"
Namespaces | |
libpagemaker | |
Functions | |
void | libpagemaker::seekToRecord (librevenge::RVNGInputStream *const input, const PMDRecordContainer &container, const unsigned recordIndex) |
PMDShapePoint | libpagemaker::readPoint (librevenge::RVNGInputStream *const input, const bool bigEndian) |