Xmipp  v3.23.11-Nereus
Public Member Functions | Public Attributes | List of all members
XmippDim3 Class Reference

#include <cuda_xmipp_utils.h>

Public Member Functions

 XmippDim3 (size_t _x, size_t _y, size_t _z)
 
 XmippDim3 ()
 

Public Attributes

size_t x
 
size_t y
 
size_t z
 

Detailed Description

Definition at line 73 of file cuda_xmipp_utils.h.

Constructor & Destructor Documentation

◆ XmippDim3() [1/2]

XmippDim3::XmippDim3 ( size_t  _x,
size_t  _y,
size_t  _z 
)
inline

Definition at line 79 of file cuda_xmipp_utils.h.

80  {
81  x=_x;
82  y=_y;
83  z=_z;
84  }

◆ XmippDim3() [2/2]

XmippDim3::XmippDim3 ( )
inline

Definition at line 86 of file cuda_xmipp_utils.h.

87  {
88  x=y=z=0;
89  }

Member Data Documentation

◆ x

size_t XmippDim3::x

Definition at line 75 of file cuda_xmipp_utils.h.

◆ y

size_t XmippDim3::y

Definition at line 76 of file cuda_xmipp_utils.h.

◆ z

size_t XmippDim3::z

Definition at line 77 of file cuda_xmipp_utils.h.


The documentation for this class was generated from the following file: