AddColors(const std::vector< float > &data) | VSN::PointCloudGeometry | |
AddColors(const std::vector< Color > &colors) | VSN::PointCloudGeometry | |
AddEventListener(Object *pObject) | VSN::Object | |
AddGeometryTraits(GeometryTraits *pTraits) | VSN::Geometry | protected |
AddMaterial(Material *pMaterial) | VSN::WireframeGeometry | |
AddPoints(const std::vector< float > &data) | VSN::PointCloudGeometry | |
AddPoints(const std::vector< MbCartPoint3D > &points) | VSN::PointCloudGeometry | |
AddPoints(const std::vector< MbFloatPoint3D > &points) | VSN::PointCloudGeometry | |
AddPoligonQuadrangleGroup(const std::vector< float > &vector) | VSN::WireframeGeometry | |
AddPolygonGroup(const std::vector< float > &vector, uint id=0) | VSN::WireframeGeometry | |
BasicObject() | VSN::BasicObject | |
BindWithThread(Thread *thread) | VSN::Object | |
Clear() override | VSN::PointCloudGeometry | virtual |
ClearWireframe() | VSN::WireframeGeometry | protected |
CopyVertexBufferToClientSide() | VSN::WireframeGeometry | virtual |
DoRender(const RenderState &) override | VSN::WireframeGeometry | virtual |
FindChild(const String &objName=String()) const | VSN::Object | inline |
FindChildren(const String &objName=String(), VSN::ChildFindingPolicies policies=VSN::FindAllNestedChildren) const | VSN::Object | inline |
Geometry(Node *pParent=nullptr) | VSN::Geometry | explicit |
Geometry(GeometryPrivate &dd, Node *pParent) | VSN::Geometry | protected |
GetBoundingBox() const override | VSN::PointCloudGeometry | virtual |
GetChildNodes() const | VSN::Node | |
GetChildren() const | VSN::Object | |
GetCoordinate() const | VSN::PointGeometry | |
GetCustomKey() const | VSN::Node | |
GetFaceCount(size_t indexLod=0) const override | VSN::WireframeGeometry | virtual |
GetGeometryTraits() const | VSN::Geometry | protected |
GetHeadMaterial() const | VSN::WireframeGeometry | |
GetLineWidth() const | VSN::WireframeGeometry | |
GetMaterialById(NodeKey id) const | VSN::WireframeGeometry | |
GetMaterialCount() const override | VSN::WireframeGeometry | virtual |
GetMaterialIds() const | VSN::WireframeGeometry | |
GetMaterialSet() const override | VSN::WireframeGeometry | virtual |
GetMutex() | VSN::Object | |
GetObjectName() const | VSN::Object | |
GetParent() const | VSN::Object | |
GetParentNode() const | VSN::Node | |
GetPen() const override | VSN::WireframeGeometry | virtual |
GetPointSize() const | VSN::PointGeometry | |
GetPointsSize() const | VSN::PointCloudGeometry | |
GetPolylineCount() const | VSN::WireframeGeometry | |
GetPolylineOffset(int index) const | VSN::WireframeGeometry | |
GetPolylineSize(int index) const | VSN::WireframeGeometry | |
GetProperty(const String &name) const | VSN::Object | |
GetSelectedLineWidth() const | VSN::WireframeGeometry | |
GetSender() const | VSN::Object | |
GetThread() const | VSN::Object | |
GetTranslucentValue() const override | VSN::WireframeGeometry | virtual |
GetTrapSize() const | VSN::PointCloudGeometry | |
GetUniqueKey() const | VSN::Node | |
GetVertexCount() const override | VSN::WireframeGeometry | virtual |
GetVolume() | VSN::Geometry | virtual |
GetWireBoundingBox() const | VSN::WireframeGeometry | |
GetWireframeColor() const | VSN::WireframeGeometry | |
GetWireFrameVertexPositions() const | VSN::WireframeGeometry | |
HasMaterial() const | VSN::WireframeGeometry | |
HasMaterialById(const NodeKey &key) const override | VSN::WireframeGeometry | virtual |
IgnorePixelCulling(bool value) | VSN::WireframeGeometry | virtual |
InvertNormals() override | VSN::WireframeGeometry | virtual |
IsAnnotation() const | VSN::Geometry | virtual |
IsBoundingBoxValid() const override | VSN::WireframeGeometry | virtual |
IsColorEachVertex() const | VSN::WireframeGeometry | |
IsControlType() const | VSN::Object | |
IsDoubleSidedLighting() const | VSN::Geometry | |
IsEmpty() const | VSN::PointCloudGeometry | |
IsEnabled() const | VSN::Node | |
IsExistTransparentMaterials() const | VSN::WireframeGeometry | |
IsIgnorePixelCulling() const override | VSN::WireframeGeometry | virtual |
IsNotificationsBlocked() const | VSN::Node | |
IsSignalsBlocked() const | VSN::Object | |
IsTransparent() const override | VSN::WireframeGeometry | virtual |
IsValid() const | VSN::WireframeGeometry | |
IsVisible() const | VSN::Geometry | |
IsWireframe() const | VSN::WireframeGeometry | |
IsWireframeEmpty() const | VSN::WireframeGeometry | |
KillTimer(int id) | VSN::Object | |
Node(Node *pParent=nullptr) | VSN::Node | explicit |
Node(NodePrivate &dd, Node *pParent) | VSN::Node | protected |
Object(Object *pParent=nullptr) | VSN::Object | explicit |
OGLDrawWireframe(const RenderState &, uint mode) | VSN::WireframeGeometry | protected |
OGLInitGeom(const RenderState &) | VSN::WireframeGeometry | protectedvirtual |
PickObjectsInsideRect(const MbRect &rect, const Matrix3DF &viewMatrix, const Matrix3DF &mx, Filter filter, bool bUnifying, HitList &hits) override | VSN::WireframeGeometry | virtual |
PointCloudGeometry(Node *pParent=nullptr) | VSN::PointCloudGeometry | |
PointCloudGeometry(PointCloudGeometryPrivate &dd, Node *pParent) | VSN::PointCloudGeometry | protected |
PointGeometry(Node *pParent=nullptr) | VSN::PointGeometry | |
PointGeometry(const MbCartPoint3D &pnt, Node *pParent=nullptr) | VSN::PointGeometry | |
PointGeometry(double x, double y, double z, Node *pParent=nullptr) | VSN::PointGeometry | |
ReleaseVertexBufferClientSide(bool update=false) | VSN::WireframeGeometry | virtual |
RemoveEventListener(Object *pObject) | VSN::Object | |
RemoveGeometryTraits(GeometryTraits *pTraits) | VSN::Geometry | protected |
Render(RenderContext &) override | VSN::WireframeGeometry | virtual |
ReplaceMainMaterial(Material *) override | VSN::WireframeGeometry | virtual |
SceneModificationEvent(const std::shared_ptr< SceneModification > &modification) | VSN::Node | protectedvirtual |
SetBlockNotifications(bool block) | VSN::Node | |
SetBlockSignals(bool bBlock) | VSN::Object | |
SetColorEachVertex(bool bColorEachVertex) | VSN::WireframeGeometry | |
SetCoordinate(const MbCartPoint3D &pnt) | VSN::PointGeometry | |
SetCoordinate(double x, double y, double z) | VSN::PointGeometry | |
SetCustomKey(const NodeKey &key) | VSN::Node | |
SetDoubleSidedLighting(bool value) | VSN::Geometry | |
SetLevelDetail(int value) override | VSN::WireframeGeometry | virtual |
SetLineWidth(float lineWidth) | VSN::WireframeGeometry | |
SetObjectName(const String &name) | VSN::Object | |
SetParent(Node *pParent) | VSN::Node | |
VSN::Object::SetParent(Object *pParent) | VSN::Object | |
SetPen(const Pen &pen) override | VSN::WireframeGeometry | virtual |
SetPointSize(float size) | VSN::PointGeometry | |
SetPointsSize(float pointsSize) | VSN::PointCloudGeometry | |
SetSelectedLineWidth(float lineWidth) | VSN::WireframeGeometry | |
SetTrapSize(float size) | VSN::PointCloudGeometry | |
SetUniqueKey(const NodeKey &key) | VSN::Node | |
SetUseGlobalIdentifier(int global) | VSN::WireframeGeometry | |
SetVisible(bool value) | VSN::Geometry | |
SetWireframeColor(const Color &color) | VSN::WireframeGeometry | |
StartTimer(int interval, TimerType timerType=tt_CoarseTimer) | VSN::Object | |
TransformVerticesByMatrix(const Matrix3DF &matrix) override | VSN::WireframeGeometry | virtual |
UpdateGeometry() | VSN::Geometry | virtual |
UpdateTransparentMaterialCount() override | VSN::WireframeGeometry | virtual |
WireframeGeometry(Node *pParent=nullptr) | VSN::WireframeGeometry | |
WireframeGeometry(WireframeGeometryPrivate &dd, Node *pParent) | VSN::WireframeGeometry | protected |
~BasicObject() | VSN::BasicObject | virtual |
~Geometry() | VSN::Geometry | virtual |
~Node() | VSN::Node | virtual |
~Object() | VSN::Object | virtual |
~PointCloudGeometry() | VSN::PointCloudGeometry | virtual |
~WireframeGeometry() | VSN::WireframeGeometry | virtual |