Xmipp  v3.23.11-Nereus
Macros | Functions
art_crystal.cpp File Reference
#include <data/projection.h>
#include <data/symmetries.h>
#include "art_crystal.h"
#include "project_crystal.h"
#include "refinement.h"
Include dependency graph for art_crystal.cpp:

Go to the source code of this file.

Macros

#define SGN0_VEC_PRODUCT(cir, a)   SGN0(XX(cir)*YY(a)-YY(cir)*XX(a))
 
#define INSIDE_ACCORDING_TO(n)
 

Functions

void computeIntegerLattice (const Matrix1D< double > &a, const Matrix1D< double > &b, double a_mag_grid, double b_mag_grid, double ang_a2b_deg, Matrix1D< double > &aint, Matrix1D< double > &bint, Matrix2D< double > &D, int space_group)
 
void expandToFillSpace (const BasicARTParameters &prm, const CrystalARTRecons &eprm, GridVolume &vol)
 

Macro Definition Documentation

◆ INSIDE_ACCORDING_TO

#define INSIDE_ACCORDING_TO (   n)
Value:
sgn[0]==inside_table[n][0] && sgn[1]==inside_table[n][1] && \
sgn[2]==inside_table[n][2] && sgn[3]==inside_table[n][3]
int * n

◆ SGN0_VEC_PRODUCT

#define SGN0_VEC_PRODUCT (   cir,
  a 
)    SGN0(XX(cir)*YY(a)-YY(cir)*XX(a))

Definition at line 109 of file art_crystal.cpp.