ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ecvColorScale.cpp File Reference
#include "ecvColorScale.h"
#include <QUuid>
#include <QXmlStreamReader>
#include <QXmlStreamWriter>
#include <QtCompat.h>
#include <CVGeom.h>
#include <CVLog.h>
#include "ecvObject.h"
Include dependency graph for ecvColorScale.cpp:

Go to the source code of this file.

Functions

static const QString s_xmlACloudViewer ("ACloudViewer")
 
static const QString s_xmlCloudCompare ("CloudCompare")
 
static const QString s_xmlColorScaleTitle ("ColorScale")
 
static const QString s_xmlColorScaleProperties ("Properties")
 
static const QString s_xmlColorScaleData ("Data")
 

Variables

constexpr int s_xmlColorScaleVer = 1
 

Function Documentation

◆ s_xmlACloudViewer()

static const QString s_xmlACloudViewer ( "ACloudViewer"  )
static

◆ s_xmlCloudCompare()

static const QString s_xmlCloudCompare ( "CloudCompare"  )
static

◆ s_xmlColorScaleData()

static const QString s_xmlColorScaleData ( "Data"  )
static

◆ s_xmlColorScaleProperties()

static const QString s_xmlColorScaleProperties ( "Properties"  )
static

◆ s_xmlColorScaleTitle()

static const QString s_xmlColorScaleTitle ( "ColorScale"  )
static

Variable Documentation

◆ s_xmlColorScaleVer

constexpr int s_xmlColorScaleVer = 1
constexpr

Definition at line 30 of file ecvColorScale.cpp.

Referenced by ccColorScale::LoadFromXML(), and ccColorScale::saveAsXML().