Page MenuHomec4science

SpinCalculator.h
No OneTemporary

File Metadata

Created
Wed, Jan 29, 05:23

SpinCalculator.h

/*********************************************************************************
* Copyright (c) 2017 *
* Ahmed Eleliemy <ahmed.eleliemy@unibas.ch> *
* University of Basel, Switzerland *
* All rights reserved. *
* *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the license (GNU LGPL) which comes with this package. *
*********************************************************************************/
#ifndef SRC_SPINLIB_SPINCALCULATOR_H_
#define SRC_SPINLIB_SPINCALCULATOR_H_
#include <stdbool.h>
#include <stdio.h>
#include <stdbool.h>
#include <setjmp.h>
#include "SpinDataStructures.h"
void calcPointsNormal(MeshObject * mesh);
void calcSpinImages(double * images,MeshObject * mesh, float binsize, int imagewidth,float supportangle,
bool smooth,int totalSpinpoints,int startindex,int endindex);
#endif

Event Timeline