refactoredCPPNeuronMesher
neurontrunks.cpp File Reference

Implementation of neuron trunk processing and resampling functionality. More...

#include "neurongraph.h"
Include dependency graph for neurontrunks.cpp:
This graph shows which files directly or indirectly include this file:

Detailed Description

Implementation of neuron trunk processing and resampling functionality.

This file contains the implementation of methods for processing neuron morphologies, with a focus on trunk extraction, resampling, and refinement. It provides functionality to break down complex neuron structures into simpler linear segments (trunks) and process them for various applications such as mesh generation and visualization.

Key features include:

  • Trunk extraction from neuron morphologies
  • Linear and cubic spline resampling of trunks
  • Multi-level refinement of neuron structures
  • Topology-preserving transformations

The code is part of the CPPNeuronMesher project and is designed to work with SWC (Standard Worm Connectome) format neuron representations.

Author
CPPNeuronMesher Team
Date
2025-07-26
Version
1.0
See also
https://github.com/yourusername/refactoredCPPNeuronMesher