Blender  V3.3
Public Member Functions | List of all members
Freestyle::Cell Class Reference

#include <Grid.h>

Public Member Functions

 Cell (Vec3r &orig)
 
virtual ~Cell ()
 
void addOccluder (Polygon3r *o)
 
const Vec3rgetOrigin ()
 
OccludersSetgetOccluders ()
 

Detailed Description

Definition at line 40 of file Grid.h.

Constructor & Destructor Documentation

◆ Cell()

Freestyle::Cell::Cell ( Vec3r orig)
inline

Definition at line 42 of file Grid.h.

◆ ~Cell()

virtual Freestyle::Cell::~Cell ( )
inlinevirtual

Definition at line 47 of file Grid.h.

Member Function Documentation

◆ addOccluder()

void Freestyle::Cell::addOccluder ( Polygon3r o)
inline

Definition at line 51 of file Grid.h.

Referenced by Freestyle::Grid::insertOccluder().

◆ getOccluders()

OccludersSet& Freestyle::Cell::getOccluders ( )
inline

Definition at line 63 of file Grid.h.

Referenced by Freestyle::Grid::castRayInternal().

◆ getOrigin()

const Vec3r& Freestyle::Cell::getOrigin ( )
inline

Definition at line 58 of file Grid.h.

Referenced by Freestyle::firstIntersectionGridVisitor::examineOccluder().


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