Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

NewtonClassify.h File Reference


Detailed Description

This file contains the class declaration for a NewtonClassify object.

Date:
October 28, 2001
Author:
Terry Fleury (tfleury@uiuc.edu)

Definition in file NewtonClassify.h.

#include <vector>
#include "Newton.h"

Include dependency graph for NewtonClassify.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Classes

class  NewtonClassify
 The NewtonClassify class is a high-level class to classify critical points. More...


Enumerations

enum  CPKind {
  CP_UNKNOWN = -1, CP_MAX = 0, CP_SADDLE2, CP_SADDLE1,
  CP_MIN
}
 The type of critical point based on the number of negative eigen values at each point. More...


Enumeration Type Documentation

enum CPKind
 

The type of critical point based on the number of negative eigen values at each point.

A MAX critical point has three decreasing eigen vectors ( = 3 negative eigen values ) and a MIN critical point has three increasing eigen vectors ( = 3 positive eigen values ). Note that these are labelled 'backwards' from John C. Hart's presentation on critical points.

Enumeration values:
CP_UNKNOWN 
CP_MAX 
CP_SADDLE2 
CP_SADDLE1 
CP_MIN 

Definition at line 22 of file NewtonClassify.h.

Referenced by NewtonClassify::classify().


Generated on Mon Jun 28 14:59:39 2004 for Advanced Surface Library by doxygen 1.3.4