point3d_t Struct Reference

List of all members.

Public Member Functions

 point3d_t (int ix, int iy, int iz)

Public Attributes

int x
int y
int z

Detailed Description

Definition at line 19046 of file util_sparx.cpp.


Constructor & Destructor Documentation

point3d_t::point3d_t ( int  ix,
int  iy,
int  iz 
) [inline]

Definition at line 19048 of file util_sparx.cpp.

19048 : x(ix), y(iy), z(iz) {}


Member Data Documentation

int point3d_t::x

Definition at line 19050 of file util_sparx.cpp.

int point3d_t::y

Definition at line 19051 of file util_sparx.cpp.

int point3d_t::z

Definition at line 19052 of file util_sparx.cpp.


The documentation for this struct was generated from the following file:
Generated on Mon Jul 19 12:41:55 2010 for EMAN2 by  doxygen 1.4.7