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


Constructor & Destructor Documentation

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

Definition at line 20109 of file util_sparx.cpp.

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


Member Data Documentation

int point3d_t::x

Definition at line 20111 of file util_sparx.cpp.

int point3d_t::y

Definition at line 20112 of file util_sparx.cpp.

int point3d_t::z

Definition at line 20113 of file util_sparx.cpp.


The documentation for this struct was generated from the following file:
Generated on Tue Jun 11 12:42:15 2013 for EMAN2 by  doxygen 1.4.7