Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100231811
SpinCalculator.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Jan 29, 05:23
Size
1 KB
Mime Type
text/x-c
Expires
Fri, Jan 31, 05:23 (2 d)
Engine
blob
Format
Raw Data
Handle
23901298
Attached To
R3863 Adapted Parallel Spin-Image (APSIA)
SpinCalculator.h
View Options
/*********************************************************************************
* 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
Log In to Comment