Uses of Interface
com.luciad.format.object3d.openflight.model.ILcdOpenFlightNode
Packages that use ILcdOpenFlightNode
Package
Description
Painters for OpenFlight models.
Provides a domain model for the OpenFlight format.
-
Uses of ILcdOpenFlightNode in com.luciad.format.object3d.openflight.lightspeed
Constructors in com.luciad.format.object3d.openflight.lightspeed with parameters of type ILcdOpenFlightNodeModifierConstructorDescriptionTLspOpenFlight3DIcon(ILcdOpenFlightNode aOpenFlightNode) Creates a new OpenFlight 3D icon. -
Uses of ILcdOpenFlightNode in com.luciad.format.object3d.openflight.model
Classes in com.luciad.format.object3d.openflight.model that implement ILcdOpenFlightNodeModifier and TypeClassDescriptionclassA Binary Separating Plane node.classA Degree-Of-Freedom node.classA external reference.classA face node.classBase class for nodes that represent geometry using nested face nodes.classA group node.classThe root node of an OpenFlight scene database.classAn instance definition node.classAn instance reference node.classA Level-Of-Detail (LOD) node.classBasic implementation of ILcdOpenFlightNode.classAn object node.classA subface node.classA switch node.classBase class for nodes that support transformation of their subtrees.classA vertex node.Methods in com.luciad.format.object3d.openflight.model that return ILcdOpenFlightNodeModifier and TypeMethodDescriptionILcdOpenFlightNode.getChild(int aIndex) Returns the child node at the specified index.TLcdOpenFlightNode.getChild(int aIndex) ILcdOpenFlightNode.getParent()Returns this node's parent node.TLcdOpenFlightNode.getParent()Methods in com.luciad.format.object3d.openflight.model with parameters of type ILcdOpenFlightNodeModifier and TypeMethodDescriptionvoidTLcdOpenFlightFaceNode.addChild(ILcdOpenFlightNode aChild) voidTLcdOpenFlightGeometryNode.addChild(ILcdOpenFlightNode aChild) voidTLcdOpenFlightNode.addChild(ILcdOpenFlightNode aChild) Adds a child to this node.voidTLcdOpenFlightVertexNode.addChild(ILcdOpenFlightNode aChild) Overridden to enforce that vertex nodes are always leaves in the scene graph.abstract booleanALcdOpenFlightSceneTraverser.enterSubtree(ILcdOpenFlightNode aOpenFlightNode) Visits the given OpenFlight node.abstract voidALcdOpenFlightSceneTraverser.exitSubtree(ILcdOpenFlightNode aOpenFlightNode) Called after the given node and its children have been visited.voidTLcdOpenFlightNode.setParent(ILcdOpenFlightNode aParent) Sets this node's parent.voidALcdOpenFlightSceneTraverser.traverseSceneGraph(ILcdOpenFlightNode aOpenFlightNode) Recursively traverses the given OpenFlight node.voidALcdOpenFlightSceneVisitor.traverseSceneGraph(ILcdOpenFlightNode aOpenFlightNode) Traverses a scene graph starting at the specified node.voidALcdOpenFlightSceneVisitor.visit(ILcdOpenFlightNode aNode) Called when the visitor encounters aILcdOpenFlightNodeobject.protected final voidALcdOpenFlightSceneVisitor.visitChildren(ILcdOpenFlightNode aOpenFlightNode) Visits all child nodes of the specified node.Constructors in com.luciad.format.object3d.openflight.model with parameters of type ILcdOpenFlightNodeModifierConstructorDescriptionTLcdOpenFlightBSPNode(ILcdOpenFlightNode aParent) TLcdOpenFlightExternalReferenceNode(ILcdOpenFlightNode aParent, String aReference) TLcdOpenFlightFaceNode(ILcdOpenFlightNode aParent) TLcdOpenFlightNode(ILcdOpenFlightNode aParent)