mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-06 15:31:31 +01:00
[uLib Geometry]
non working version! + adds ProgrammableAccessor + renaming of some Image structures ...
This commit is contained in:
17
tmp/CodeLoop/src/Test.cpp
Normal file
17
tmp/CodeLoop/src/Test.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#include <iostream>
|
||||
#include "Test.h"
|
||||
|
||||
|
||||
using namespace std;
|
||||
|
||||
void TestFilename::PrintName()
|
||||
{
|
||||
cout << "Filename is: ";
|
||||
cout << ManageFilename::GetFileName(this->m_string) << "\n";
|
||||
}
|
||||
|
||||
void TestFilename::PrintExtension()
|
||||
{
|
||||
cout << "Fileexten is: ";
|
||||
cout << ManageFilename::GetFileExtension(this->m_string) << "\n";
|
||||
}
|
||||
Reference in New Issue
Block a user