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

vuVector.h File Reference

#include <stdlib.h>
#include <string.h>
#include <iostream.h>
#include "vuSimpleTypes.h"
#include "vuString.h"

Include dependency graph for vuVector.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  vuVector
 A class for representing 3d vectors. More...

Typedefs

typedef vuVectorvuVectorPointer
typedef vuVectorPointervuVectorPointerArray

Functions

int get_next_comma (char *temp)
 This will return the position of the first comma in the string.
int get_next_blank (char *temp)
 this will return the position of the first ' ' or '' in the string
int clear_blanks (char *temp)
 this will return the position of the first non ' ' and non '' character in the string
int get_next_return (char *temp)
 This will return the position of the first return in te string.


Typedef Documentation

typedef vuVector* vuVectorPointer
 

Definition at line 14 of file vuVector.h.

typedef vuVectorPointer* vuVectorPointerArray
 

Definition at line 15 of file vuVector.h.


Function Documentation

int clear_blanks char *  temp  ) 
 

this will return the position of the first non ' ' and non '' character in the string

Definition at line 481 of file vuVector.cpp.

Referenced by load_WithTime(), vuKeyFramerDialog::OpenGIFile(), vuParallelCamera::RestoreShot(), vuParallelCamera::RestoreShotOrtho(), and vuPerspectiveCamera::RestoreShotPersp().

int get_next_blank char *  temp  ) 
 

this will return the position of the first ' ' or '' in the string

Definition at line 470 of file vuVector.cpp.

Referenced by vuVector::load().

int get_next_comma char *  temp  ) 
 

This will return the position of the first comma in the string.

Definition at line 448 of file vuVector.cpp.

Referenced by vuVector::load(), load_WithTime(), vuKeyFramerDialog::OpenGIFile(), vuPerspectiveCamera::RestoreNextShot(), vuPerspectiveCamera::RestorePreviousShot(), vuPerspectiveCamera::RestoreShot(), vuParallelCamera::RestoreShot(), vuParallelCamera::RestoreShotOrtho(), and vuPerspectiveCamera::RestoreShotPersp().

int get_next_return char *  temp  ) 
 

This will return the position of the first return in te string.

Definition at line 459 of file vuVector.cpp.


Generated on Wed Dec 15 21:20:53 2004 for vuVolume by  doxygen 1.3.9.1