diff --git a/README.md b/README.md index 20c3b15..eff44bb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gamma-analyzer-3d +# gamma-viewer-3d A 3D view of gamma-analyzer sessions ![ga3d](https://cloud.githubusercontent.com/assets/1276717/26219802/99f8b550-3c10-11e7-87b5-eeeef7528ca7.png) diff --git a/compassentity.cpp b/compassentity.cpp index eb6ff8f..94dcce5 100644 --- a/compassentity.cpp +++ b/compassentity.cpp @@ -1,4 +1,4 @@ -// gamma-analyzer-3d - 3d visualization of sessions generated by gamma-analyzer +// gamma-viewer-3d - 3d visualization of sessions generated by gamma-analyzer // Copyright (C) 2017 Dag Robole // // This program is free software: you can redistribute it and/or modify diff --git a/compassentity.h b/compassentity.h index 0ce7bb2..0942307 100644 --- a/compassentity.h +++ b/compassentity.h @@ -1,4 +1,4 @@ -// gamma-analyzer-3d - 3d visualization of sessions generated by gamma-analyzer +// gamma-viewer-3d - 3d visualization of sessions generated by gamma-analyzer // Copyright (C) 2017 Dag Robole // // This program is free software: you can redistribute it and/or modify diff --git a/detector.cpp b/detector.cpp index 7689303..920d073 100644 --- a/detector.cpp +++ b/detector.cpp @@ -1,4 +1,4 @@ -// gamma-analyzer-3d - 3d visualization of sessions generated by gamma-analyzer +// gamma-viewer-3d - 3d visualization of sessions generated by gamma-analyzer // Copyright (C) 2017 Dag Robole // // This program is free software: you can redistribute it and/or modify diff --git a/detector.h b/detector.h index 7cb35d0..9c41fef 100644 --- a/detector.h +++ b/detector.h @@ -1,4 +1,4 @@ -// gamma-analyzer-3d - 3d visualization of sessions generated by gamma-analyzer +// gamma-viewer-3d - 3d visualization of sessions generated by gamma-analyzer // Copyright (C) 2017 Dag Robole // // This program is free software: you can redistribute it and/or modify diff --git a/exceptions.h b/exceptions.h index 7a70418..111b162 100644 --- a/exceptions.h +++ b/exceptions.h @@ -1,4 +1,4 @@ -// gamma-analyzer-3d - 3d visualization of sessions generated by gamma-analyzer +// gamma-viewer-3d - 3d visualization of sessions generated by gamma-analyzer // Copyright (C) 2017 Dag Robole // // This program is free software: you can redistribute it and/or modify diff --git a/gammaviewer3d.cpp b/gammaviewer3d.cpp index 95cbcdc..08854ac 100644 --- a/gammaviewer3d.cpp +++ b/gammaviewer3d.cpp @@ -1,4 +1,4 @@ -// gamma-analyzer-3d - 3d visualization of sessions generated by gamma-analyzer +// gamma-viewer-3d - 3d visualization of sessions generated by gamma-analyzer // Copyright (C) 2017 Dag Robole // // This program is free software: you can redistribute it and/or modify diff --git a/gammaviewer3d.h b/gammaviewer3d.h index ab00464..8197002 100644 --- a/gammaviewer3d.h +++ b/gammaviewer3d.h @@ -1,4 +1,4 @@ -// gamma-analyzer-3d - 3d visualization of sessions generated by gamma-analyzer +// gamma-viewer-3d - 3d visualization of sessions generated by gamma-analyzer // Copyright (C) 2017 Dag Robole // // This program is free software: you can redistribute it and/or modify diff --git a/geo.cpp b/geo.cpp index befa0b6..04ddd6e 100644 --- a/geo.cpp +++ b/geo.cpp @@ -1,4 +1,4 @@ -// gamma-analyzer-3d - 3d visualization of sessions generated by gamma-analyzer +// gamma-viewer-3d - 3d visualization of sessions generated by gamma-analyzer // Copyright (C) 2017 Dag Robole // // This program is free software: you can redistribute it and/or modify diff --git a/geo.h b/geo.h index f4abfd1..0a25289 100644 --- a/geo.h +++ b/geo.h @@ -1,4 +1,4 @@ -// gamma-analyzer-3d - 3d visualization of sessions generated by gamma-analyzer +// gamma-viewer-3d - 3d visualization of sessions generated by gamma-analyzer // Copyright (C) 2017 Dag Robole // // This program is free software: you can redistribute it and/or modify diff --git a/gridentity.cpp b/gridentity.cpp index 1a6913c..9e95622 100644 --- a/gridentity.cpp +++ b/gridentity.cpp @@ -1,4 +1,4 @@ -// gamma-analyzer-3d - 3d visualization of sessions generated by gamma-analyzer +// gamma-viewer-3d - 3d visualization of sessions generated by gamma-analyzer // Copyright (C) 2017 Dag Robole // // This program is free software: you can redistribute it and/or modify diff --git a/gridentity.h b/gridentity.h index b64c56f..10f02f6 100644 --- a/gridentity.h +++ b/gridentity.h @@ -1,4 +1,4 @@ -// gamma-analyzer-3d - 3d visualization of sessions generated by gamma-analyzer +// gamma-viewer-3d - 3d visualization of sessions generated by gamma-analyzer // Copyright (C) 2017 Dag Robole // // This program is free software: you can redistribute it and/or modify diff --git a/main.cpp b/main.cpp index b6e2648..0ca6dbf 100644 --- a/main.cpp +++ b/main.cpp @@ -1,4 +1,4 @@ -// gamma-analyzer-3d - 3d visualization of sessions generated by gamma-analyzer +// gamma-viewer-3d - 3d visualization of sessions generated by gamma-analyzer // Copyright (C) 2017 Dag Robole // // This program is free software: you can redistribute it and/or modify diff --git a/memutils.h b/memutils.h index f5595ce..fba66b6 100644 --- a/memutils.h +++ b/memutils.h @@ -1,4 +1,4 @@ -// gamma-analyzer-3d - 3d visualization of sessions generated by gamma-analyzer +// gamma-viewer-3d - 3d visualization of sessions generated by gamma-analyzer // Copyright (C) 2017 Dag Robole // // This program is free software: you can redistribute it and/or modify diff --git a/scene.cpp b/scene.cpp index 35ded12..7368aaa 100644 --- a/scene.cpp +++ b/scene.cpp @@ -1,4 +1,4 @@ -// gamma-analyzer-3d - 3d visualization of sessions generated by gamma-analyzer +// gamma-viewer-3d - 3d visualization of sessions generated by gamma-analyzer // Copyright (C) 2017 Dag Robole // // This program is free software: you can redistribute it and/or modify diff --git a/scene.h b/scene.h index e4009d7..6bb865a 100644 --- a/scene.h +++ b/scene.h @@ -1,4 +1,4 @@ -// gamma-analyzer-3d - 3d visualization of sessions generated by gamma-analyzer +// gamma-viewer-3d - 3d visualization of sessions generated by gamma-analyzer // Copyright (C) 2017 Dag Robole // // This program is free software: you can redistribute it and/or modify diff --git a/selectionentity.cpp b/selectionentity.cpp index 3097cd3..a37ac66 100644 --- a/selectionentity.cpp +++ b/selectionentity.cpp @@ -1,4 +1,4 @@ -// gamma-analyzer-3d - 3d visualization of sessions generated by gamma-analyzer +// gamma-viewer-3d - 3d visualization of sessions generated by gamma-analyzer // Copyright (C) 2017 Dag Robole // // This program is free software: you can redistribute it and/or modify diff --git a/selectionentity.h b/selectionentity.h index f1f4d37..4ae13aa 100644 --- a/selectionentity.h +++ b/selectionentity.h @@ -1,4 +1,4 @@ -// gamma-analyzer-3d - 3d visualization of sessions generated by gamma-analyzer +// gamma-viewer-3d - 3d visualization of sessions generated by gamma-analyzer // Copyright (C) 2017 Dag Robole // // This program is free software: you can redistribute it and/or modify diff --git a/session.cpp b/session.cpp index a5739b5..790b3dd 100644 --- a/session.cpp +++ b/session.cpp @@ -1,4 +1,4 @@ -// gamma-analyzer-3d - 3d visualization of sessions generated by gamma-analyzer +// gamma-viewer-3d - 3d visualization of sessions generated by gamma-analyzer // Copyright (C) 2017 Dag Robole // // This program is free software: you can redistribute it and/or modify diff --git a/session.h b/session.h index ff43995..ff83cd4 100644 --- a/session.h +++ b/session.h @@ -1,4 +1,4 @@ -// gamma-analyzer-3d - 3d visualization of sessions generated by gamma-analyzer +// gamma-viewer-3d - 3d visualization of sessions generated by gamma-analyzer // Copyright (C) 2017 Dag Robole // // This program is free software: you can redistribute it and/or modify diff --git a/spectrum.cpp b/spectrum.cpp index afe32c8..e6ff2e6 100644 --- a/spectrum.cpp +++ b/spectrum.cpp @@ -1,4 +1,4 @@ -// gamma-analyzer-3d - 3d visualization of sessions generated by gamma-analyzer +// gamma-viewer-3d - 3d visualization of sessions generated by gamma-analyzer // Copyright (C) 2017 Dag Robole // // This program is free software: you can redistribute it and/or modify diff --git a/spectrum.h b/spectrum.h index c97da48..a143810 100644 --- a/spectrum.h +++ b/spectrum.h @@ -1,4 +1,4 @@ -// gamma-analyzer-3d - 3d visualization of sessions generated by gamma-analyzer +// gamma-viewer-3d - 3d visualization of sessions generated by gamma-analyzer // Copyright (C) 2017 Dag Robole // // This program is free software: you can redistribute it and/or modify diff --git a/spectrumentity.cpp b/spectrumentity.cpp index aa6b10b..94b80a1 100644 --- a/spectrumentity.cpp +++ b/spectrumentity.cpp @@ -1,4 +1,4 @@ -// gamma-analyzer-3d - 3d visualization of sessions generated by gamma-analyzer +// gamma-viewer-3d - 3d visualization of sessions generated by gamma-analyzer // Copyright (C) 2017 Dag Robole // // This program is free software: you can redistribute it and/or modify diff --git a/spectrumentity.h b/spectrumentity.h index bc2e226..17fa677 100644 --- a/spectrumentity.h +++ b/spectrumentity.h @@ -1,4 +1,4 @@ -// gamma-analyzer-3d - 3d visualization of sessions generated by gamma-analyzer +// gamma-viewer-3d - 3d visualization of sessions generated by gamma-analyzer // Copyright (C) 2017 Dag Robole // // This program is free software: you can redistribute it and/or modify