Blender  V2.93
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 54 of file Grid.h.

Constructor & Destructor Documentation

◆ Cell()

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

Definition at line 56 of file Grid.h.

◆ ~Cell()

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

Definition at line 61 of file Grid.h.

Member Function Documentation

◆ addOccluder()

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

Definition at line 65 of file Grid.h.

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

◆ getOccluders()

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

Definition at line 77 of file Grid.h.

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

◆ getOrigin()

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

Definition at line 72 of file Grid.h.

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


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