suanPan
Patch Class Reference

A Patch class. More...

#include <Patch.h>

Inheritance diagram for Patch:
Collaboration diagram for Patch:

Public Member Functions

 Patch (field< vec > &&)
 
uvec get_number_of_control_points () const
 

Protected Attributes

const field< vec > knot_pool
 
vector< uvec > element_span
 

Detailed Description

A Patch class.

Author
tlc
Date
14/11/2020
Version
0.1.0

Constructor & Destructor Documentation

◆ Patch()

Patch::Patch ( field< vec > &&  KT)
explicit
Here is the call graph for this function:

Member Function Documentation

◆ get_number_of_control_points()

uvec Patch::get_number_of_control_points ( ) const
Here is the call graph for this function:

Member Data Documentation

◆ element_span

vector<uvec> Patch::element_span
protected

◆ knot_pool

const field<vec> Patch::knot_pool
protected

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