How to call a plugin within a plugin?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

How to call a plugin within a plugin?

aelalaily
Hello,

I am developing a plugin that works with stacks, and I am looking for a way to directly output that stack using the 3D viewer plugin. Is there a way to automate this procedure without having to do it manually?

Thank you.
Reply | Threaded
Open this post in threaded view
|

Re: How to call a plugin within a plugin?

Ignacio Arganda-Carreras
You have the answer in the 3D viewer website (http://3dviewer.neurofly.de/)
under "Using the 3D viewer as a programming library". Have a look at the
developer documentation too:
http://132.187.25.13/ij3d/?page=Developer_HowTos&category=Documentation

Cheers!

ignacio



On Sun, Jun 30, 2013 at 7:37 PM, aelalaily <[hidden email]> wrote:

> Hello,
>
> I am developing a plugin that works with stacks, and I am looking for a way
> to directly output that stack using the 3D viewer plugin. Is there a way to
> automate this procedure without having to do it manually?
>
> Thank you.
>
>
>
> --
> View this message in context:
> http://imagej.1557.x6.nabble.com/How-to-call-a-plugin-within-a-plugin-tp5003718.html
> Sent from the ImageJ mailing list archive at Nabble.com.
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>



--
Ignacio Arganda-Carreras, Ph.D.
Seung's lab, 46-5065
Department of Brain and Cognitive Sciences
Massachusetts Institute of Technology
43 Vassar St.
Cambridge, MA 02139
USA

Phone: (001) 617-324-3747
Website: http://bioweb.cnb.csic.es/~iarganda/index_EN.html

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: How to call a plugin within a plugin?

aelalaily
Sources are very helpful. Thank you very much!