Blender V2.61 - r43446
Public Member Functions

Patch Class Reference

#include <subd_patch.h>

Inheritance diagram for Patch:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~Patch ()
virtual void eval (float3 *P, float3 *dPdu, float3 *dPdv, float u, float v)=0
virtual bool is_triangle ()=0
virtual BoundBox bound ()=0

Detailed Description

Definition at line 31 of file subd_patch.h.


Constructor & Destructor Documentation

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

Definition at line 33 of file subd_patch.h.


Member Function Documentation

virtual BoundBox Patch::bound ( ) [pure virtual]
virtual void Patch::eval ( float3 P,
float3 dPdu,
float3 dPdv,
float  u,
float  v 
) [pure virtual]
virtual bool Patch::is_triangle ( ) [pure virtual]

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