class InsideList

List to state which objects a point is inside. More...

Definition#include <raytracer/insidelist.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Members

Private Methods


Detailed Description

List to state which objects a point is inside.

list<const Object3D*> objectlist

objectlist

FLT ior

ior

 InsideList ()

InsideList

Create empty inside list.

 InsideList (const InsideList& l)

InsideList

Copy constructor.

void  add (const Object3D* o)

add

Add object to list.

FLT  swap (const Object3D* o)

swap

Swap object on list.

Returns: fraction index

Media3D*  getMedia ()

getMedia

Returns: media of all objects in the list

bool  remove (const Object3D* o)

remove

[private]

Remove object from list.