渲染SDK 0.1.2
载入中...
搜索中...
未找到
PluginProperty.h 文件参考

Plugin Property File 更多...

#include "Entity.h"
#include <map>
#include "Common.h"
PluginProperty.h 的引用(Include)关系图:
此图展示该文件被哪些文件直接或间接地引用了:

class  AMCAXRender::PluginProperty
 Plugin Property Base Class 更多...
 
class  AMCAXRender::EntityPlugProp
 Entity Plugin 更多...
 
class  AMCAXRender::TextLabelProp
 3D text plugin 更多...
 
class  AMCAXRender::ArrowProp
 3D arrow 更多...
 
class  AMCAXRender::CoordinateProp
 Coordinate system 更多...
 
class  AMCAXRender::DistanceProp
 Distance ruler 更多...
 
class  AMCAXRender::BoundAnnoProp
 Bounding box annotation plugin 更多...
 
class  AMCAXRender::ArrowAnnocationProp
 Arrow annotation 更多...
 
class  AMCAXRender::BoundAnnocationProp
 Bounding box annotation plugin 更多...
 
struct  AMCAXRender::BoundAnnocationProp::BoxParams_
 
struct  AMCAXRender::BoundAnnocationProp::SphereParams_
 
struct  AMCAXRender::BoundAnnocationProp::CylinderParams_
 
class  AMCAXRender::MeasureProp
 Measure plugin 更多...
 
struct  AMCAXRender::MeasureProp::LeaderLabel
 Draggable label 更多...
 
struct  AMCAXRender::MeasureProp::StripLine
 Strip line 更多...
 
struct  AMCAXRender::MeasureProp::OffsetLine
 Offset line segment 更多...
 
struct  AMCAXRender::MeasureProp::ArrowPair
 Arrow pair Arrows automatically switch direction based on the distance 更多...
 
struct  AMCAXRender::MeasureProp::DirectionArrow
 Directional arrow 更多...
 
class  AMCAXRender::TextLabel2dProp
 2D text plugin 更多...
 
class  AMCAXRender::EntityClipProp
 EntityClip by clipping plane 更多...
 
class  AMCAXRender::TextureProp3D
 TextureProp 更多...
 
struct  AMCAXRender::TextureProp3D::TextureData
 
class  AMCAXRender::LinearDimensionProp
 Distance Dimension 更多...
 
class  AMCAXRender::AngleDimensionProp
 Angle Dimension 更多...
 

类型定义

using AMCAXRender::Point3D = std::tuple<double, double, double>
 
using AMCAXRender::Point2D = std::tuple<double, double>
 
using AMCAXRender::Line3D = std::vector<Point3D>
 

详细描述

Plugin Property File


This file is part of AMCAXRender