|
Panda3D
|
Contains the logic used to place isoparams where they'll do the most good on a surface. More...
#include "isoPlacer.h"
Public Member Functions | |
| void | get_scores (int subdiv, int across, double ratio, NurbsSurfaceResult *surf, bool s) |
| double | get_total_score () const |
| void | place (int count, pvector< double > &iso_points) |
Public Attributes | |
| vector_double | _cint |
| vector_double | _cscore |
| int | _maxi |
| vector_double | _sscore |
Contains the logic used to place isoparams where they'll do the most good on a surface.
Definition at line 27 of file isoPlacer.h.
|
inline |
Definition at line 17 of file isoPlacer.I.
| void IsoPlacer::get_scores | ( | int | subdiv, |
| int | across, | ||
| double | ratio, | ||
| NurbsSurfaceResult * | surf, | ||
| bool | s ) |
Definition at line 24 of file isoPlacer.cxx.
|
inline |
Definition at line 25 of file isoPlacer.I.
| void IsoPlacer::place | ( | int | count, |
| pvector< double > & | iso_points ) |
Definition at line 107 of file isoPlacer.cxx.
| vector_double IsoPlacer::_cint |
Definition at line 37 of file isoPlacer.h.
| vector_double IsoPlacer::_cscore |
Definition at line 37 of file isoPlacer.h.
| int IsoPlacer::_maxi |
Definition at line 38 of file isoPlacer.h.
| vector_double IsoPlacer::_sscore |
Definition at line 37 of file isoPlacer.h.