#include "pcl_vtk_tools/dxf_writer.h"
Go to the source code of this file.
Defines | |
#define | line(a, b) Write3dLINE(dx##a, dy##a, dz##a, dx##b, dy##b, dz##b) |
#define | SOLID(a, b, c, e) WriteSolid(dx##a, dy##a, dz##a, dx##b, dy##b, dz##b,dx##c, dy##c, dz##c,dx##e, dy##e, dz##e) |
Definition at line 1572 of file dxf_writer.cpp.