JEMRIS 2.9.2
open-source MRI simulations
Loading...
Searching...
No Matches
MicrostructureCrossingFiber.h
1/*
2 * MicrostructureCrossingFiber.h
3 *
4 * Created on: Jan 25, 2010
5 * Author: dpflug
6 */
7
8
9/*
10 * JEMRIS Copyright (C)
11 * 2006-2025 Tony Stoecker
12 * 2007-2018 Kaveh Vahedipour
13 * 2009-2019 Daniel Pflugfelder
14 *
15 *
16 * This program is free software; you can redistribute it and/or modify
17 * it under the terms of the GNU General Public License as published by
18 * the Free Software Foundation; either version 2 of the License, or
19 * (at your option) any later version.
20 *
21 * This program is distributed in the hope that it will be useful,
22 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 * GNU General Public License for more details.
25 *
26 * You should have received a copy of the GNU General Public License
27 * along with this program; if not, write to the Free Software
28 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
29 */
30
31#ifndef MICROSTRUCTURECROSSINGFIBER_H_
32#define MICROSTRUCTURECROSSINGFIBER_H_
33
34#include "MicrostructureSingleFiber.h"
35
40public:
43
44 void SetSecondFiberOrientation(double dx,double dy,double dz);
45
46protected:
47 virtual void SetCylOrientation(neuron &tmp);
48 double m_2_fiber_orientation[3];
49// uncomment next line to allow neurons to overlap spatially
50// virtual bool CylinderCollide(const neuron &test) {return false;}
51
52
53
54};
55
56#endif /* MICROSTRUCTURECROSSINGFIBER_H_ */
Microstructure consisting of crossing fibers.
Definition MicrostructureCrossingFiber.h:39
virtual void SetCylOrientation(neuron &tmp)
sets orientation of cyl in GenerateStructure.
Definition MicrostructureCrossingFiber.cpp:53
Microstructure consisting of parallel cylinders.
Definition MicrostructureSingleFiber.h:40
Definition of a neuron/axon for the Microstructure.
Definition Microstructure.h:39

-- last change 03.01.2025 | Tony Stoecker | Imprint | Data Protection --