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 19714 of file util_sparx.cpp.


Constructor & Destructor Documentation

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

Definition at line 19716 of file util_sparx.cpp.

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


Member Data Documentation

int point3d_t::x

Definition at line 19718 of file util_sparx.cpp.

int point3d_t::y

Definition at line 19719 of file util_sparx.cpp.

int point3d_t::z

Definition at line 19720 of file util_sparx.cpp.


The documentation for this struct was generated from the following file:
Generated on Mon May 2 13:28:46 2011 for EMAN2 by  doxygen 1.4.7