Blender V4.3
Freestyle::Node Class Reference

#include <Node.h>

Inherits Freestyle::BaseObject.

Inherited by Freestyle::NodeCamera, Freestyle::NodeGroup, Freestyle::NodeLight, Freestyle::NodeShape, and Freestyle::NodeViewLayer.

Public Member Functions

 Node ()
 
 Node (const Node &iBrother)
 
virtual ~Node ()
 
virtual void accept (SceneVisitor &v)
 
virtual const BBox< Vec3r > & bbox () const
 
virtual void setBBox (const BBox< Vec3r > &iBox)
 
virtual void AddBBox (const BBox< Vec3r > &iBox)
 
virtual const BBox< Vec3r > & UpdateBBox ()
 
virtual void clearBBox ()
 
- Public Member Functions inherited from Freestyle::BaseObject
 BaseObject ()
 
virtual ~BaseObject ()
 
virtual int destroy ()
 
int addRef ()
 
int release ()
 

Detailed Description

Definition at line 28 of file Node.h.

Constructor & Destructor Documentation

◆ Node() [1/2]

Freestyle::Node::Node ( )
inline

Definition at line 30 of file Node.h.

◆ Node() [2/2]

Freestyle::Node::Node ( const Node & iBrother)
inline

Definition at line 32 of file Node.h.

References bbox().

◆ ~Node()

virtual Freestyle::Node::~Node ( )
inlinevirtual

Definition at line 37 of file Node.h.

Member Function Documentation

◆ accept()

virtual void Freestyle::Node::accept ( SceneVisitor & v)
inlinevirtual

Accept the corresponding visitor Each inherited node must overload this method

Reimplemented in Freestyle::NodeCamera, Freestyle::NodeDrawingStyle, Freestyle::NodeGroup, Freestyle::NodeLight, Freestyle::NodeShape, Freestyle::NodeTransform, and Freestyle::NodeViewLayer.

Definition at line 42 of file Node.h.

References v.

◆ AddBBox()

virtual void Freestyle::Node::AddBBox ( const BBox< Vec3r > & iBox)
inlinevirtual

Makes the union of _BBox and iBox

Reimplemented in Freestyle::NodeTransform.

Definition at line 63 of file Node.h.

References Freestyle::BBox< Point >::empty().

Referenced by Freestyle::NodeTransform::AddBBox(), Freestyle::NodeShape::AddRep(), and Freestyle::NodeGroup::UpdateBBox().

◆ bbox()

virtual const BBox< Vec3r > & Freestyle::Node::bbox ( ) const
inlinevirtual

◆ clearBBox()

virtual void Freestyle::Node::clearBBox ( )
inlinevirtual

◆ setBBox()

virtual void Freestyle::Node::setBBox ( const BBox< Vec3r > & iBox)
inlinevirtual

Sets the Node bounding box

Definition at line 57 of file Node.h.

◆ UpdateBBox()

virtual const BBox< Vec3r > & Freestyle::Node::UpdateBBox ( )
inlinevirtual

Updates the BBox

Reimplemented in Freestyle::NodeGroup.

Definition at line 78 of file Node.h.

Referenced by Freestyle::NodeGroup::UpdateBBox().


The documentation for this class was generated from the following file: