ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
qPclIO.cpp File Reference
#include "qPclIO.h"
#include <ecvCommandLineInterface.h>
#include "PcdFilter.h"
#include <QtPlugin>
Include dependency graph for qPclIO.cpp:

Go to the source code of this file.

Classes

class  PCDCommand
 

Variables

constexpr char COMMAND_PCD_OUTPUT_FORMAT [] = "PCD_OUTPUT_FORMAT"
 
constexpr char OPTION_PCD_OUTPUT_FORMAT_CBINARY [] = "COMPRESSED_BINARY"
 
constexpr char OPTION_PCD_OUTPUT_FORMAT_BINARY [] = "BINARY"
 
constexpr char OPTION_PCD_OUTPUT_FORMAT_ASCII [] = "ASCII"
 

Variable Documentation

◆ COMMAND_PCD_OUTPUT_FORMAT

constexpr char COMMAND_PCD_OUTPUT_FORMAT[] = "PCD_OUTPUT_FORMAT"
constexpr

Definition at line 26 of file qPclIO.cpp.

Referenced by PCDCommand::process().

◆ OPTION_PCD_OUTPUT_FORMAT_ASCII

constexpr char OPTION_PCD_OUTPUT_FORMAT_ASCII[] = "ASCII"
constexpr

Definition at line 29 of file qPclIO.cpp.

Referenced by PCDCommand::process().

◆ OPTION_PCD_OUTPUT_FORMAT_BINARY

constexpr char OPTION_PCD_OUTPUT_FORMAT_BINARY[] = "BINARY"
constexpr

Definition at line 28 of file qPclIO.cpp.

Referenced by PCDCommand::process().

◆ OPTION_PCD_OUTPUT_FORMAT_CBINARY

constexpr char OPTION_PCD_OUTPUT_FORMAT_CBINARY[] = "COMPRESSED_BINARY"
constexpr

Definition at line 27 of file qPclIO.cpp.

Referenced by PCDCommand::process().