|
libMVRgdtf 40bc00a
A library for GDTF and MVR
|
#include "GSTypes.h"#include "CommonPrefix.h"#include "Include/VectorworksMVR.h"#include <iostream>#include <memory>#include "MCCoordTypes.h"#include "FolderSpecifiers.h"#include "GSString.h"#include "VWPoint2D.h"#include "VWPoint3D.h"#include "VWLine2D.h"#include "VWLine3D.h"#include "VWMathUtils.h"#include "VWTransformMatrix.h"#include "UUID.h"#include "RGBColor.h"#include "Interface/IFileIdentifier.h"#include "Interface/IFolderIdentifier.h"#include "Interface/IRawOSFile.h"#include "Interface/IZIPFile.h"#include "Interface/IStdFile.h"#include "Interface/IXMLFile.h"Go to the source code of this file.
Classes | |
| class | VCOMImmediateImpl< Interface > |
| class | VCOMImpl< Interface > |
Macros | |
| #define | VCOM_SUCCEEDED(x) (x==0) |
| #define | VCOM_FAILED(x) (x != kVCOMError_NoError) |
| #define | __PrintDebugValue__(x, y) std::cout << #x << " " << #y <<" Failed!" << std::endl |
| #define | __PrintDebugValue2__(x) std::cout << #x << " Failed!" << std::endl |
| #define | ASSERTN(x, y) if(!(y)) { __PrintDebugValue__(x, y); } |
| #define | DSTOP(params) { __PrintDebugValue2__(params); } |
| #define | VERIFYN(x, y) (!(y)) |
| #define | VWFC_ASSERT(x) if(!(x)) { __PrintDebugValue2__(x); } |
| #define | THROW_VWFC_EXCEPTION(x, y, z) { __PrintDebugValue__(x, z); } |
| #define | kEveryone 1 |
| #define | kMCCoordTypes "2" |
| #define | GS_API |
| #define | IS32BIT |
| #define | VW_EXPORT GS_HIDDEN_VISIBILITY |
Typedefs | |
| typedef std::vector< double > | TDoubleArray |
| typedef std::vector< Sint32 > | TSint32Array |
| typedef std::vector< Uint16 > | TUint16Array |
| typedef std::vector< VectorworksMVR::GdtfDefines::DMXAddress > | TDMXAddressArray |
| typedef uint32_t | RefNumType |
| #define __PrintDebugValue2__ | ( | x | ) | std::cout << #x << " Failed!" << std::endl |
| #define __PrintDebugValue__ | ( | x, | |
| y | |||
| ) | std::cout << #x << " " << #y <<" Failed!" << std::endl |
| #define ASSERTN | ( | x, | |
| y | |||
| ) | if(!(y)) { __PrintDebugValue__(x, y); } |
| #define DSTOP | ( | params | ) | { __PrintDebugValue2__(params); } |
| #define GS_API |
| #define IS32BIT |
| #define kEveryone 1 |
| #define kMCCoordTypes "2" |
| #define THROW_VWFC_EXCEPTION | ( | x, | |
| y, | |||
| z | |||
| ) | { __PrintDebugValue__(x, z); } |
| #define VCOM_FAILED | ( | x | ) | (x != kVCOMError_NoError) |
| #define VCOM_SUCCEEDED | ( | x | ) | (x==0) |
| #define VERIFYN | ( | x, | |
| y | |||
| ) | (!(y)) |
| #define VW_EXPORT GS_HIDDEN_VISIBILITY |
| #define VWFC_ASSERT | ( | x | ) | if(!(x)) { __PrintDebugValue2__(x); } |
| typedef uint32_t RefNumType |
| typedef std::vector<VectorworksMVR::GdtfDefines::DMXAddress> TDMXAddressArray |
| typedef std::vector<double> TDoubleArray |
| typedef std::vector<Sint32> TSint32Array |
| typedef std::vector<Uint16> TUint16Array |