#include <stdlib.h>
#include <string.h>
#include <iostream.h>
#include "vuSimpleTypes.h"
#include "vuString.h"
Include dependency graph for vuVector.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | vuVector |
A class for representing 3d vectors. More... | |
Typedefs | |
typedef vuVector * | vuVectorPointer |
typedef vuVectorPointer * | vuVectorPointerArray |
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. |
|
Definition at line 14 of file vuVector.h. |
|
Definition at line 15 of file vuVector.h. |
|
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(). |
|
this will return the position of the first ' ' or '' in the string
Definition at line 470 of file vuVector.cpp. Referenced by vuVector::load(). |
|
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(). |
|
This will return the position of the first return in te string.
Definition at line 459 of file vuVector.cpp. |