Blender V2.61 - r43446
Public Member Functions

OBSTACLE Class Reference

#include <OBSTACLE.h>

Inheritance diagram for OBSTACLE:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 OBSTACLE ()
virtual ~OBSTACLE ()
virtual bool inside (float x, float y, float z)=0

Detailed Description

Definition at line 35 of file OBSTACLE.h.


Constructor & Destructor Documentation

OBSTACLE::OBSTACLE ( ) [inline]

Definition at line 38 of file OBSTACLE.h.

virtual OBSTACLE::~OBSTACLE ( ) [inline, virtual]

Definition at line 39 of file OBSTACLE.h.


Member Function Documentation

virtual bool OBSTACLE::inside ( float  x,
float  y,
float  z 
) [pure virtual]

Implemented in SPHERE.

Referenced by FLUID_3D::addObstacle().


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